diff options
| author | Felix (xq) Queißner <git@mq32.de> | 2020-06-06 23:14:21 +0200 |
|---|---|---|
| committer | Felix (xq) Queißner <git@mq32.de> | 2020-06-06 23:14:21 +0200 |
| commit | 3aed883402dc8da829fc304434c5efd0570cbb97 (patch) | |
| tree | 48c46ab087a950d80f78819ceb609e93d246b040 /main.cpp | |
| parent | 44e85dce678e7e36f436a6d0a25c212c9a2d3657 (diff) | |
| download | kristall-3aed883402dc8da829fc304434c5efd0570cbb97.tar.gz | |
Moves source code into subdirectory.
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(); -} |
