diff include/core/session.h @ 195:975a3f0965e2

locale: only attempt loading locales after QApplication is init'd also the general application stuff and anime list is separated in settings
author Paper <mrpapersonic@gmail.com>
date Thu, 07 Dec 2023 11:14:01 -0500
parents 6fdf0632c003
children 53211cb1e7f5
line wrap: on
line diff
--- a/include/core/session.h	Thu Dec 07 03:17:05 2023 -0500
+++ b/include/core/session.h	Thu Dec 07 11:14:01 2023 -0500
@@ -16,7 +16,7 @@
 		Config config;
 
 	private:
-		uint32_t requests = 0;
+		unsigned int requests = 0;
 		QElapsedTimer timer;
 };