fix compile error when ENABLE_X11 is not defined

This commit is contained in:
redPanther 2017-08-04 19:44:52 +02:00 committed by GitHub
parent 6279dcb2a9
commit 32e7ffcfa0
1 changed files with 1 additions and 1 deletions

View File

@ -97,8 +97,8 @@ QCoreApplication* createApplication(int &argc, char *argv[])
XCloseDisplay(dpy);
isGuiApp = true;
}
#endif
}
#endif
#endif
if (isGuiApp)