From c34930425fadfc4083067b9306159cd8e8ecf6c6 Mon Sep 17 00:00:00 2001 From: Louie S Date: Tue, 23 Jul 2024 20:37:48 -0400 Subject: Rearrange source file locations --- src/main.cpp | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 src/main.cpp (limited to 'src/main.cpp') 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 -#include - -#include "assignmentList.h" - -int main(int argc, char **argv) { - QApplication app (argc, argv); - - AssignmentList window; - - return app.exec(); -} -- cgit