Mercurial > minori
comparison include/core/session.h @ 108:2004b41d4a59
*: huge commit
1. WORKING LOCALIZATION + translation for Spanish and British English
2. idk like 2 changes for the dark theme :)
author | Paper <mrpapersonic@gmail.com> |
---|---|
date | Sun, 05 Nov 2023 23:31:49 -0500 |
parents | c69230dc2b5d |
children | 39521c47c7a3 |
comparison
equal
deleted
inserted
replaced
107:49c8d1976869 | 108:2004b41d4a59 |
---|---|
1 #ifndef __core__session_h | 1 #ifndef __core__session_h |
2 #define __core__session_h | 2 #define __core__session_h |
3 | 3 |
4 #include "core/config.h" | 4 #include "core/config.h" |
5 #include "gui/locale.h" | |
5 #include <QElapsedTimer> | 6 #include <QElapsedTimer> |
6 | 7 |
7 struct Session { | 8 struct Session { |
8 public: | 9 public: |
9 Config config; | 10 Config config; |