summaryrefslogtreecommitdiff
path: root/src/plugins/debugger/commonoptionspage.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/debugger/commonoptionspage.h')
-rw-r--r--src/plugins/debugger/commonoptionspage.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/plugins/debugger/commonoptionspage.h b/src/plugins/debugger/commonoptionspage.h
index b5eaf9392a..4f5b76ab2c 100644
--- a/src/plugins/debugger/commonoptionspage.h
+++ b/src/plugins/debugger/commonoptionspage.h
@@ -79,6 +79,10 @@ public:
void finish();
bool matches(const QString &s) const;
+ static QString msgSetBreakpointAtFunction(const char *function);
+ static QString msgSetBreakpointAtFunctionToolTip(const char *function,
+ const QString &hint = QString());
+
private:
const QSharedPointer<GlobalDebuggerOptions> m_options;
QSharedPointer<Utils::SavedActionSet> m_group;