Fixed crash upon starting

Fixes issue #304
This commit is contained in:
Cranken 2018-04-02 11:46:56 +02:00 committed by fourtf
parent 4888178079
commit b4a5ba541d

View file

@ -148,7 +148,7 @@ QWidget *BaseWindow::getLayoutContainer()
bool BaseWindow::hasCustomWindowFrame() bool BaseWindow::hasCustomWindowFrame()
{ {
#ifdef Q_OS_WIN #ifdef USEWINSDK
return this->enableCustomFrame; return this->enableCustomFrame;
#else #else
return false; return false;