ExamMode types

This commit is contained in:
Quentin Guidée
2020-02-16 20:22:05 +01:00
parent 83ea330220
commit fac5b0c416
16 changed files with 38 additions and 68 deletions

View File

@@ -10,7 +10,8 @@ public:
Off = 0,
Standard = 1,
NoSym = 2,
Dutch = 3,
NoSymNoText = 3,
Dutch = 4,
};
static GlobalPreferences * sharedGlobalPreferences();
I18n::Language language() const { return m_language; }