Remove obsolete methods which forward to the base class.
Change-Id: I7903d9664d52c6afeff800a95062c983a49703c6 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com> Reviewed-by: Sean Harmer <sh@theharmers.co.uk> Reviewed-by: Stephen Kelly <stephen.kelly@kdab.com>
This commit is contained in:
parent
d596563cae
commit
6a54344e22
@ -2889,26 +2889,6 @@ void QTreeWidget::sortItems(int column, Qt::SortOrder order)
|
||||
d->model->sort(column, order);
|
||||
}
|
||||
|
||||
/*!
|
||||
\internal
|
||||
|
||||
### Qt 5: remove
|
||||
*/
|
||||
void QTreeWidget::setSortingEnabled(bool enable)
|
||||
{
|
||||
QTreeView::setSortingEnabled(enable);
|
||||
}
|
||||
|
||||
/*!
|
||||
\internal
|
||||
|
||||
### Qt 5: remove
|
||||
*/
|
||||
bool QTreeWidget::isSortingEnabled() const
|
||||
{
|
||||
return QTreeView::isSortingEnabled();
|
||||
}
|
||||
|
||||
/*!
|
||||
Starts editing the \a item in the given \a column if it is editable.
|
||||
*/
|
||||
|
@ -299,8 +299,6 @@ public:
|
||||
|
||||
int sortColumn() const;
|
||||
void sortItems(int column, Qt::SortOrder order);
|
||||
void setSortingEnabled(bool enable);
|
||||
bool isSortingEnabled() const;
|
||||
|
||||
void editItem(QTreeWidgetItem *item, int column = 0);
|
||||
void openPersistentEditor(QTreeWidgetItem *item, int column = 0);
|
||||
|
Loading…
Reference in New Issue
Block a user