diff options
author | bd <bdunahu@operationnull.com> | 2025-03-23 21:48:12 -0400 |
---|---|---|
committer | bd <bdunahu@operationnull.com> | 2025-03-23 21:48:12 -0400 |
commit | 63fe56a0638b53477579ca37df3bfce30613e4ed (patch) | |
tree | c71c232e6cd8207816f559b6b5edff5145112146 /src/gui/main.cc | |
parent | b400e932ce310e856a5fcbc49ecce522c9cad1b3 (diff) |
Remove Python, combine main files
Diffstat (limited to 'src/gui/main.cc')
-rw-r--r-- | src/gui/main.cc | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/gui/main.cc b/src/gui/main.cc deleted file mode 100644 index e592da9..0000000 --- a/src/gui/main.cc +++ /dev/null @@ -1,11 +0,0 @@ -#include "GUI.h" - -#include <QApplication> - -int main(int argc, char *argv[]) -{ - QApplication a(argc, argv); - GUI w; - w.show(); - return a.exec(); -} |