diff options
author | Louie S <louie@example.com> | 2024-07-23 20:37:48 -0400 |
---|---|---|
committer | Louie S <louie@example.com> | 2024-07-23 20:37:48 -0400 |
commit | c34930425fadfc4083067b9306159cd8e8ecf6c6 (patch) | |
tree | d9c09709f1b9cf7e9bcf098d48c7036044098a7d /src/main.cpp | |
parent | f820f439910ef0243e6b9aded293190341b058ac (diff) |
Rearrange source file locations
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/main.cpp b/src/main.cpp deleted file mode 100644 index f7d69ee..0000000 --- a/src/main.cpp +++ /dev/null @@ -1,12 +0,0 @@ -#include <QApplication> -#include <QPushButton> - -#include "assignmentList.h" - -int main(int argc, char **argv) { - QApplication app (argc, argv); - - AssignmentList window; - - return app.exec(); -} |