This commit is contained in:
fourtf
2018-02-05 21:20:38 +01:00
23 changed files with 255 additions and 104 deletions
+1 -2
View File
@@ -3,7 +3,6 @@
#include "util/helpers.hpp"
#include "widgets/basewindow.hpp"
#include "widgets/notebook.hpp"
#include "widgets/titlebar.hpp"
//#ifdef USEWINSDK
//#include <platform/borderless/qwinwidget.h>
@@ -65,7 +64,7 @@ private:
void loadGeometry();
Notebook notebook;
TitleBar titleBar;
// TitleBar titleBar;
friend class Notebook;