aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/taskmodel.h
diff options
context:
space:
mode:
authorOrgad Shaneh <orgad.shaneh@audiocodes.com>2014-05-05 17:15:20 +0300
committerOrgad Shaneh <orgads@gmail.com>2014-05-06 15:33:23 +0200
commitfb206c14fe0ba45de4ebffce233b396eb937032a (patch)
tree0545d04e194ea066c5b19befb37770646ff6b6dd /src/plugins/projectexplorer/taskmodel.h
parent4cf0cae8bc3bce1db7fc51354b1b9aa0b2435db6 (diff)
ProjectExplorer: Pass const values by reference
Change-Id: I985aced32b95cfe4bc1bbbf7c917dc04b1d94f2d Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
Diffstat (limited to 'src/plugins/projectexplorer/taskmodel.h')
-rw-r--r--src/plugins/projectexplorer/taskmodel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/projectexplorer/taskmodel.h b/src/plugins/projectexplorer/taskmodel.h
index 1032d6be43..e352d04fcc 100644
--- a/src/plugins/projectexplorer/taskmodel.h
+++ b/src/plugins/projectexplorer/taskmodel.h
@@ -164,7 +164,7 @@ public:
private slots:
void handleNewRows(const QModelIndex &index, int first, int last);
void handleRowsAboutToBeRemoved(const QModelIndex &index, int first, int last);
- void handleDataChanged(QModelIndex,QModelIndex bottom);
+ void handleDataChanged(const QModelIndex &top, const QModelIndex &bottom);
void handleReset();
private: