forked from qt-creator/qt-creator
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>
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user