forked from qt-creator/qt-creator
debugger: remove rarely needed "Recheck Debuggging Helper Availability"
context menu entry. It was more a debugger debugging aid in the early days of compiled dumpers anyway. Reviewed-by: Friedemann Kleint
This commit is contained in:
@@ -516,7 +516,6 @@ private: ////////// View & Data Stuff //////////
|
||||
void setDebuggingHelperStateClassic(DebuggingHelperState);
|
||||
void tryLoadDebuggingHelpersClassic();
|
||||
void tryQueryDebuggingHelpersClassic();
|
||||
Q_SLOT void recheckDebuggingHelperAvailabilityClassic();
|
||||
Q_SLOT void setDebugDebuggingHelpersClassic(const QVariant &on);
|
||||
Q_SLOT void setUseDebuggingHelpers(const QVariant &on);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user