aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/debugger/watchhandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/debugger/watchhandler.h')
-rw-r--r--src/plugins/debugger/watchhandler.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/debugger/watchhandler.h b/src/plugins/debugger/watchhandler.h
index 0683d73ce94..58a64cea4a4 100644
--- a/src/plugins/debugger/watchhandler.h
+++ b/src/plugins/debugger/watchhandler.h
@@ -60,6 +60,7 @@ public:
bool isExpandedIName(const QString &iname) const;
QSet<QString> expandedINames() const;
+ int maxArrayCount(const QString &iname) const;
static QStringList watchedExpressions();
static QMap<QString, int> watcherNames();