diff include/core/session.h @ 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 d8eb763e6661
line wrap: on
line diff
--- a/include/core/session.h	Sun Sep 10 03:59:16 2023 -0400
+++ b/include/core/session.h	Sat Sep 16 02:06:01 2023 -0400
@@ -1,17 +1,17 @@
-#ifndef __core__session_h
-#define __core__session_h
-#include "core/config.h"
-#include <QElapsedTimer>
-
-struct Session {
-		Config config;
-		Session() { timer.start(); }
-		int uptime() { return timer.elapsed(); }
-
-	private:
-		QElapsedTimer timer;
-};
-
-extern Session session;
-
+#ifndef __core__session_h
+#define __core__session_h
+#include "core/config.h"
+#include <QElapsedTimer>
+
+struct Session {
+		Config config;
+		Session() { timer.start(); }
+		int uptime() { return timer.elapsed(); }
+
+	private:
+		QElapsedTimer timer;
+};
+
+extern Session session;
+
 #endif // __core__session_h
\ No newline at end of file