diff src/main.cpp @ 46:d0adc4aedfc8

*: update... this commit: 1. consolidates dark theme stuff to dark_theme.cpp 2. creates a new widgets folder to store all of our custom widgets 3. creates the list settings page in the information dialog, although much of it is nonfunctional: it doesn't save, and the status doesn't even get filled in... we'll fix this later!
author Paper <mrpapersonic@gmail.com>
date Sat, 23 Sep 2023 01:02:15 -0400
parents fc1bf97c528b
children
line wrap: on
line diff
--- a/src/main.cpp	Fri Sep 22 15:21:55 2023 -0400
+++ b/src/main.cpp	Sat Sep 23 01:02:15 2023 -0400
@@ -1,6 +1,7 @@
 #include "core/session.h"
 #include "gui/window.h"
 #include <QApplication>
+#include <QStyleFactory>
 
 Session session;
 
@@ -16,4 +17,4 @@
 	window.show();
 
 	return app.exec();
-}
\ No newline at end of file
+}