diff options
Diffstat (limited to 'src/plugins/debugger/debuggeractions.h')
-rw-r--r-- | src/plugins/debugger/debuggeractions.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/src/plugins/debugger/debuggeractions.h b/src/plugins/debugger/debuggeractions.h index fa283bde6a..8377146037 100644 --- a/src/plugins/debugger/debuggeractions.h +++ b/src/plugins/debugger/debuggeractions.h @@ -55,16 +55,12 @@ public: static DebuggerSettings *instance(); - // Return one of FormatHexadecimal, FormatDecimal,... - int checkedRegisterFormatAction() const; - public slots: void readSettings(QSettings *settings); void writeSettings(QSettings *settings) const; private: QHash<int, Core::Utils::SavedAction *> m_items; - QActionGroup *m_registerFormatGroup; }; @@ -120,22 +116,11 @@ enum DebuggerActionCode SelectedPluginBreakpoints, NoPluginBreakpoints, SelectedPluginBreakpointsPattern, - - // Registers - FormatHexadecimal, - FormatDecimal, - FormatOctal, - FormatBinary, - FormatRaw, - FormatNatural, }; // singleton access Core::Utils::SavedAction *theDebuggerAction(int code); -// Return one of FormatHexadecimal, FormatDecimal,... -int checkedRegisterFormatAction(); - // convenience bool theDebuggerBoolSetting(int code); QString theDebuggerStringSetting(int code); |