summaryrefslogtreecommitdiff
path: root/src/plugins/debugger/debuggeritem.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/debugger/debuggeritem.h')
-rw-r--r--src/plugins/debugger/debuggeritem.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/plugins/debugger/debuggeritem.h b/src/plugins/debugger/debuggeritem.h
index 6ffb2e7873..8a1748a7b5 100644
--- a/src/plugins/debugger/debuggeritem.h
+++ b/src/plugins/debugger/debuggeritem.h
@@ -98,6 +98,9 @@ public:
QStringList abiNames() const;
+ bool isGood() const;
+ QString validityMessage() const;
+
bool operator==(const DebuggerItem &other) const;
bool operator!=(const DebuggerItem &other) const { return !operator==(other); }