diff -r 6de5ac1fb471 -r 3a9e761e4faa src/mainwindow.h --- a/src/mainwindow.h Sun Jan 19 14:25:57 2020 +0200 +++ b/src/mainwindow.h Wed Jan 22 00:23:29 2020 +0200 @@ -54,6 +54,7 @@ uiutilities::KeySequenceMap defaultKeyboardShortcuts; static constexpr int maxRecentlyOpenedFiles = 10; QStringList recentlyOpenedFiles; + ColorTable colorTable; void updateTitle(); void saveSettings(); void restoreSettings(); @@ -61,4 +62,5 @@ void addRecentlyOpenedFile(const QString& path); void openModelForEditing(const QString& modelName); static QString pathToTranslation(const QString& localeCode); + void loadColors(); };