forked from qt-creator/qt-creator
ProjectExplorer: Pass const values by reference
Change-Id: I985aced32b95cfe4bc1bbbf7c917dc04b1d94f2d Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
committed by
Orgad Shaneh
parent
4cf0cae8bc
commit
fb206c14fe
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user