refactored Window

This commit is contained in:
fourtf
2018-07-06 17:02:26 +02:00
parent 314c15bb87
commit 741c1f7820
8 changed files with 229 additions and 214 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ public:
Window &getMainWindow();
Window &getSelectedWindow();
Window &createWindow(Window::WindowType type);
Window &createWindow(Window::Type type);
int windowCount();
Window *windowAt(int index);