Fix build error (#264)
This commit is contained in:
committed by
pajlada
parent
0d417dfa2d
commit
e2b54edb2d
@@ -3,7 +3,7 @@
|
|||||||
#include "util/helpers.hpp"
|
#include "util/helpers.hpp"
|
||||||
#include "widgets/basewindow.hpp"
|
#include "widgets/basewindow.hpp"
|
||||||
#include "widgets/notebook.hpp"
|
#include "widgets/notebook.hpp"
|
||||||
#include "widgets/titlebar.hpp"
|
//#include "widgets/titlebar.hpp"
|
||||||
|
|
||||||
//#ifdef USEWINSDK
|
//#ifdef USEWINSDK
|
||||||
//#include <platform/borderless/qwinwidget.h>
|
//#include <platform/borderless/qwinwidget.h>
|
||||||
@@ -67,7 +67,7 @@ private:
|
|||||||
void loadGeometry();
|
void loadGeometry();
|
||||||
|
|
||||||
Notebook notebook;
|
Notebook notebook;
|
||||||
TitleBar titleBar;
|
//TitleBar titleBar;
|
||||||
|
|
||||||
friend class Notebook;
|
friend class Notebook;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user