aboutsummaryrefslogtreecommitdiff
path: root/main.cpp
diff options
context:
space:
mode:
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();
-}