aboutsummaryrefslogtreecommitdiff
path: root/main.cpp
diff options
context:
space:
mode:
authorFelix (xq) Queißner <git@mq32.de>2020-06-06 23:14:21 +0200
committerFelix (xq) Queißner <git@mq32.de>2020-06-06 23:14:21 +0200
commit3aed883402dc8da829fc304434c5efd0570cbb97 (patch)
tree48c46ab087a950d80f78819ceb609e93d246b040 /main.cpp
parent44e85dce678e7e36f436a6d0a25c212c9a2d3657 (diff)
downloadkristall-3aed883402dc8da829fc304434c5efd0570cbb97.tar.gz
Moves source code into subdirectory.
Diffstat (limited to 'main.cpp')
-rw-r--r--main.cpp18
1 files changed, 0 insertions, 18 deletions
diff --git a/main.cpp b/main.cpp
deleted file mode 100644
index 31cc7da..0000000
--- a/main.cpp
+++ /dev/null
@@ -1,18 +0,0 @@
-#include "mainwindow.hpp"
-
-#include <QApplication>
-#include <QUrl>
-#include <QSettings>
-
-int main(int argc, char *argv[])
-{
- QApplication a(argc, argv);
- MainWindow w;
-
-
-
- w.addNewTab(true, QUrl("gemini://gemini.circumlunar.space/"));
-
- w.show();
- return a.exec();
-}