forked from qt-creator/qt-creator
Get rid of lots of ifdef Q_OS_MAC for shortcuts.
Using a central enum now. Change-Id: I20d88c9a3f8c62cf33e4b89a3442269f71918b06 Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
@@ -54,11 +54,6 @@ const char OPENED_WITH_MEMORY[] = "MemoryView";
|
||||
// Debug action
|
||||
const char DEBUG[] = "Debugger.Debug";
|
||||
const int P_ACTION_DEBUG = 90; // Priority for the modemanager.
|
||||
#ifdef Q_OS_MAC
|
||||
const char DEBUG_KEY[] = "Ctrl+Y";
|
||||
#else
|
||||
const char DEBUG_KEY[] = "F5";
|
||||
#endif
|
||||
|
||||
} // namespace Constants
|
||||
|
||||
|
||||
Reference in New Issue
Block a user