diff src/main.cpp @ 10:4b198a111713

Update things actually compile now btw qttest wants to fuck over the model but that might be my fault so /shrug
author Paper <mrpapersonic@gmail.com>
date Sat, 16 Sep 2023 02:06:01 -0400
parents 5c0397762b53
children fc1bf97c528b
line wrap: on
line diff
--- a/src/main.cpp	Sun Sep 10 03:59:16 2023 -0400
+++ b/src/main.cpp	Sat Sep 16 02:06:01 2023 -0400
@@ -1,19 +1,19 @@
-#include "core/session.h"
-#include "gui/window.h"
-#include <QApplication>
-
-Session session;
-
-int main(int argc, char** argv) {
-	QApplication app(argc, argv);
-
-	session.config.Load();
-
-	MainWindow window;
-
-	window.resize(941, 750);
-	window.setWindowTitle("Weeaboo");
-	window.show();
-
-	return app.exec();
+#include "core/session.h"
+#include "gui/window.h"
+#include <QApplication>
+
+Session session;
+
+int main(int argc, char** argv) {
+	QApplication app(argc, argv);
+
+	session.config.Load();
+
+	MainWindow window;
+
+	window.resize(941, 750);
+	window.setWindowTitle("Weeaboo");
+	window.show();
+
+	return app.exec();
 }
\ No newline at end of file