mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
Fix build error (#264)
This commit is contained in:
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;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue