aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/debugger/stackhandler.h
diff options
context:
space:
mode:
authorhjk <hjk@theqtcompany.com>2016-04-19 22:49:23 +0200
committerhjk <hjk@theqtcompany.com>2016-05-12 15:08:16 +0000
commit60f092f6bb0b3ba76cc227bda94ca9e4ad84eaa0 (patch)
tree10700513b89cc9b60162d97a9f679bac002eec02 /src/plugins/debugger/stackhandler.h
parent3b83b8b989c4b7c943e848ffbae40b7a681b32ab (diff)
Debugger: Cosmetics
Qt 5 connects, unused declaration, QLatin1Strings, ... Change-Id: If09929993d750907ee3f4e2fa9f18acfcc28d9c1 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
Diffstat (limited to 'src/plugins/debugger/stackhandler.h')
-rw-r--r--src/plugins/debugger/stackhandler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/debugger/stackhandler.h b/src/plugins/debugger/stackhandler.h
index 10649f5b882..cbc298bb045 100644
--- a/src/plugins/debugger/stackhandler.h
+++ b/src/plugins/debugger/stackhandler.h
@@ -83,7 +83,7 @@ private:
QVariant data(const QModelIndex &index, int role) const;
QVariant headerData(int section, Qt::Orientation orientation, int role) const;
Qt::ItemFlags flags(const QModelIndex &index) const;
- Q_SLOT void resetModel() { beginResetModel(); endResetModel(); }
+ void resetModel() { beginResetModel(); endResetModel(); }
DebuggerEngine *m_engine;
StackFrames m_stackFrames;