summaryrefslogtreecommitdiff
path: root/src/plugins/debugger/breakhandler.h
diff options
context:
space:
mode:
authorhjk <qtc-committer@nokia.com>2011-09-01 16:36:27 +0200
committerhjk <qthjk@ovi.com>2011-09-01 16:37:31 +0200
commit60afc7fffa1b56991e9b7ee26cbeaec9fb9c9a1e (patch)
tree6af284a03f4774ae163d234955ce2d69541d28b7 /src/plugins/debugger/breakhandler.h
parent4b3890ee54fcc2744f8632d011fe785903403a88 (diff)
downloadqt-creator-60afc7fffa1b56991e9b7ee26cbeaec9fb9c9a1e.tar.gz
debugger: slightly saner behaviour for the threads combobox
Change-Id: I20400b037f00a5dbaf11cbbfb184a5bf526883cc Reviewed-on: http://codereview.qt.nokia.com/4095 Reviewed-by: hjk <qthjk@ovi.com>
Diffstat (limited to 'src/plugins/debugger/breakhandler.h')
-rw-r--r--src/plugins/debugger/breakhandler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/debugger/breakhandler.h b/src/plugins/debugger/breakhandler.h
index 24d471ab7f..47917e4649 100644
--- a/src/plugins/debugger/breakhandler.h
+++ b/src/plugins/debugger/breakhandler.h
@@ -114,7 +114,7 @@ public:
int ignoreCount(BreakpointModelId id) const;
void setIgnoreCount(BreakpointModelId, const int &count);
int threadSpec(BreakpointModelId id) const;
- void setThreadSpec(BreakpointModelId, const int&spec);
+ void setThreadSpec(BreakpointModelId, const int &spec);
QString fileName(BreakpointModelId id) const;
void setFileName(BreakpointModelId, const QString &fileName);
QString functionName(BreakpointModelId id) const;