diff options
Diffstat (limited to 'main.cpp')
| -rw-r--r-- | main.cpp | 18 |
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(); -} |
