summaryrefslogtreecommitdiffstats
path: root/src/gui/itemmodels
diff options
context:
space:
mode:
authorVolker Hilsheimer <volker.hilsheimer@qt.io>2020-08-26 15:03:14 +0200
committerVolker Hilsheimer <volker.hilsheimer@qt.io>2020-08-26 18:32:19 +0200
commit02d44951154e93bb05e63f25e770ea67f4bd6bcd (patch)
treedacad691499b1b662c37f836ada5116b4dbf3ec9 /src/gui/itemmodels
parent556511f9f39ddc887481e0cd5a877134ceb0da6b (diff)
Remove ### Qt 6 comment
Adding the role that changed to the itemChanged signal is computationally expensive for the general case. Not going to be done, at least not for Qt 6.0. Change-Id: I3e6fca6a5c7b517c3c035477ce5d23d8870bad57 Reviewed-by: David Faure <david.faure@kdab.com>
Diffstat (limited to 'src/gui/itemmodels')
-rw-r--r--src/gui/itemmodels/qstandarditemmodel.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui/itemmodels/qstandarditemmodel.h b/src/gui/itemmodels/qstandarditemmodel.h
index f7d8ffd51a..3e0374d741 100644
--- a/src/gui/itemmodels/qstandarditemmodel.h
+++ b/src/gui/itemmodels/qstandarditemmodel.h
@@ -408,7 +408,6 @@ public:
bool dropMimeData (const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) override;
Q_SIGNALS:
- // ### Qt 6: add changed roles
void itemChanged(QStandardItem *item);
protected: