compile fix on non-mac

Change-Id: I5072f7185ebac9359202ed39463323eddcbc9ceb
Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
hjk
2012-05-23 14:35:43 +02:00
committed by hjk
parent 1781617f8e
commit 49ca1643db

View File

@@ -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";