forked from qt-creator/qt-creator
ProjectExplorer: Use Qt5-style connects
The heavy lifting was done by clazy. Change-Id: I619db09a79760186b72e7662490ed1205155c1a7 Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
This commit is contained in:
committed by
Orgad Shaneh
parent
db8b9f9463
commit
15f8bb07ed
@@ -157,13 +157,12 @@ public:
|
||||
{ return m_sourceModel->hasFile(mapToSource(index)); }
|
||||
|
||||
QModelIndex mapFromSource(const QModelIndex &idx) const;
|
||||
private slots:
|
||||
private:
|
||||
void handleNewRows(const QModelIndex &index, int first, int last);
|
||||
void handleRowsAboutToBeRemoved(const QModelIndex &index, int first, int last);
|
||||
void handleDataChanged(const QModelIndex &top, const QModelIndex &bottom);
|
||||
void handleReset();
|
||||
|
||||
private:
|
||||
QModelIndex mapToSource(const QModelIndex &index) const;
|
||||
void invalidateFilter();
|
||||
void updateMapping() const;
|
||||
|
||||
Reference in New Issue
Block a user