forked from qt-creator/qt-creator
Replace remaining Q_WS_WIN by Q_OS_WIN.
Task-number: QTCREATORBUG-72 Change-Id: I36f532ebd61472cd6e3d8e63decc96613cc7fab4 Reviewed-by: Eike Ziller <eike.ziller@digia.com>
This commit is contained in:
committed by
Eike Ziller
parent
0869a13938
commit
7e33227146
@@ -109,7 +109,7 @@ const char REMOVE_CURRENT_SPLIT[] = "QtCreator.RemoveCurrentSplit";
|
||||
const char REMOVE_ALL_SPLITS[] = "QtCreator.RemoveAllSplits";
|
||||
const char GOTO_OTHER_SPLIT[] = "QtCreator.GotoOtherSplit";
|
||||
const char CLOSE[] = "QtCreator.Close";
|
||||
#ifdef Q_WS_WIN
|
||||
#ifdef Q_OS_WIN
|
||||
const char CLOSE_ALTERNATIVE[] = "QtCreator.Close_Alternative"; // temporary, see QTCREATORBUG-72
|
||||
#endif
|
||||
const char CLOSEALL[] = "QtCreator.CloseAll";
|
||||
|
||||
Reference in New Issue
Block a user