Utils: De-slot and complete Qt5 connects

The only Qt4-style [dis]connects left are in BaseTreeView::setModel.

Change-Id: I53bb715750c65827005cc96939a6714606e60f81
Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
This commit is contained in:
Orgad Shaneh
2016-06-28 22:31:02 +03:00
committed by Orgad Shaneh
parent b14d9c00ff
commit eacd012b96
18 changed files with 21 additions and 44 deletions

View File

@@ -46,10 +46,9 @@ public:
signals:
void text4Changed(const QString &); // Do not conflict with Qt 3 compat signal.
private slots:
private:
void slotCurrentIndexChanged(int);
private:
inline QString valueAt(int) const;
};