We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 435e327 commit 87277bbCopy full SHA for 87277bb
app/mainwindow.cpp
@@ -3,6 +3,7 @@
3
#include <QDesktopWidget>
4
#include <QAction>
5
#include <QMenu>
6
+#define VERSION QString("1.5")
7
MainWindow::MainWindow(QWidget *parent) :
8
QMainWindow(parent),
9
ui(new Ui::MainWindow)
snapcraft.yaml
@@ -1,5 +1,5 @@
1
name: helloworld-gui
2
-version: "1.4.1"
+version: "1.5"
summary: GUI version of HelloWorld - Displays the famous "Hello World" message
title: HelloWorld GUI
license: GPL-3.0
0 commit comments