summaryrefslogtreecommitdiffstats
path: root/src/gui/itemviews/qtreeview.h
diff options
context:
space:
mode:
authorThierry Bastian <thierry.bastian@nokia.com>2009-07-09 11:45:35 (GMT)
committerThierry Bastian <thierry.bastian@nokia.com>2009-07-09 11:46:54 (GMT)
commit17cd046cfd7ab8ff3eaf0c09ae083ff8b2c89c89 (patch)
treed1f9b32702ebd17c30422b22664e8b23e59898f8 /src/gui/itemviews/qtreeview.h
parentc5371bd1f3df4467ca17350ec7c3e3635d16e393 (diff)
downloadQt-17cd046cfd7ab8ff3eaf0c09ae083ff8b2c89c89.zip
Qt-17cd046cfd7ab8ff3eaf0c09ae083ff8b2c89c89.tar.gz
Qt-17cd046cfd7ab8ff3eaf0c09ae083ff8b2c89c89.tar.bz2
QTreeView: cleanup of useless private slots
currentChange is slot in the public class (QAbstractItemView
Diffstat (limited to 'src/gui/itemviews/qtreeview.h')
-rw-r--r--src/gui/itemviews/qtreeview.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gui/itemviews/qtreeview.h b/src/gui/itemviews/qtreeview.h
index 34f7630..b2a9de2f 100644
--- a/src/gui/itemviews/qtreeview.h
+++ b/src/gui/itemviews/qtreeview.h
@@ -223,10 +223,8 @@ private:
Q_DECLARE_PRIVATE(QTreeView)
Q_DISABLE_COPY(QTreeView)
- Q_PRIVATE_SLOT(d_func(), void _q_currentChanged(const QModelIndex&, const QModelIndex &))
Q_PRIVATE_SLOT(d_func(), void _q_modelAboutToBeReset())
Q_PRIVATE_SLOT(d_func(), void _q_sortIndicatorChanged(int column, Qt::SortOrder order))
- Q_PRIVATE_SLOT(d_func(), void _q_modelDestroyed())
};
#endif // QT_NO_TREEVIEW