added new TupleTableModel for settingsdialog

This commit is contained in:
fourtf
2018-04-25 14:49:30 +02:00
parent 1edcfe5219
commit 859f4aefcb
18 changed files with 574 additions and 236 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ class Window : public BaseWindow
Q_OBJECT
public:
enum WindowType { Main, Popup };
enum WindowType { Main, Popup, Attached };
explicit Window(singletons::ThemeManager &_themeManager, WindowType type);