Debugger: Hide the reverse debugging feature

It's still available with QTC_DEBUGGER_ENABLE_REVERSE=1, but
since it rarely ever does something useful, it's better not
exposed in the gui.

Change-Id: If571fcfd01579c53f792d799027dd9d9a93c1cf4
Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
This commit is contained in:
hjk
2015-06-10 14:19:42 +02:00
parent 562f305e6a
commit 77a9b6d875
3 changed files with 37 additions and 25 deletions

View File

@@ -112,6 +112,7 @@ QMessageBox *showMessageBox(int icon, const QString &title,
bool isNativeMixedActive();
bool isNativeMixedEnabled();
bool isReverseDebuggingEnabled();
} // namespace Internal
} // namespace Debugger