aboutsummaryrefslogtreecommitdiff
path: root/qt-widgets/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'qt-widgets/main.cpp')
-rw-r--r--qt-widgets/main.cpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/qt-widgets/main.cpp b/qt-widgets/main.cpp
new file mode 100644
index 0000000..5addb96
--- /dev/null
+++ b/qt-widgets/main.cpp
@@ -0,0 +1,11 @@
1#include "nissywindow.h"
2
3#include <QApplication>
4
5int main(int argc, char *argv[])
6{
7 QApplication a(argc, argv);
8 NissyWindow w;
9 w.show();
10 return a.exec();
11}

Generated with cgit - Back to sebastiano.tronto.net