forked from qt-creator/qt-creator
compile fix on non-mac
Change-Id: I5072f7185ebac9359202ed39463323eddcbc9ceb Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
@@ -103,10 +103,8 @@ const char OPTIONS[] = "QtCreator.Options";
|
||||
const char TOGGLE_SIDEBAR[] = "QtCreator.ToggleSidebar";
|
||||
const char TOGGLE_FULLSCREEN[] = "QtCreator.ToggleFullScreen";
|
||||
|
||||
#ifdef Q_OS_MAC
|
||||
const char MINIMIZE_WINDOW[] = "QtCreator.MinimizeWindow";
|
||||
const char ZOOM_WINDOW[] = "QtCreator.ZoomWindow";
|
||||
#endif
|
||||
|
||||
const char SPLIT[] = "QtCreator.Split";
|
||||
const char SPLIT_SIDE_BY_SIDE[] = "QtCreator.SplitSideBySide";
|
||||
|
Reference in New Issue
Block a user