ProjectExplorer: Complete Qt5-style connects

+ De-slot private and internal public slots

Change-Id: I0a62adb529ab81b7368645dbeab6edf7e237dc69
Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
This commit is contained in:
Orgad Shaneh
2016-06-01 23:03:46 +03:00
committed by Orgad Shaneh
parent 33c3a1fbbf
commit 0bf7893415
8 changed files with 48 additions and 53 deletions

View File

@@ -88,7 +88,6 @@ public:
// TaskView uses this method if the size of the taskview changes
void emitSizeHintChanged(const QModelIndex &index);
public slots:
void currentChanged(const QModelIndex &current, const QModelIndex &previous);
private: