src/mainwindow.h

changeset 26
3a9e761e4faa
parent 24
1a0faaaceb84
child 35
98906a94732f
--- 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();
 };

mercurial