From 49ca1643db457ba99545b05fc560815564053376 Mon Sep 17 00:00:00 2001 From: hjk Date: Wed, 23 May 2012 14:35:43 +0200 Subject: [PATCH] compile fix on non-mac Change-Id: I5072f7185ebac9359202ed39463323eddcbc9ceb Reviewed-by: hjk --- src/plugins/coreplugin/coreconstants.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/plugins/coreplugin/coreconstants.h b/src/plugins/coreplugin/coreconstants.h index f0a3714bdad..f02ae1eb97e 100644 --- a/src/plugins/coreplugin/coreconstants.h +++ b/src/plugins/coreplugin/coreconstants.h @@ -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";