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>bb10
parent
556511f9f3
commit
02d4495115
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -258,7 +258,6 @@ Q_SIGNALS:
|
|||
void itemDoubleClicked(QListWidgetItem *item);
|
||||
void itemActivated(QListWidgetItem *item);
|
||||
void itemEntered(QListWidgetItem *item);
|
||||
// ### Qt 6: add changed roles
|
||||
void itemChanged(QListWidgetItem *item);
|
||||
|
||||
void currentItemChanged(QListWidgetItem *current, QListWidgetItem *previous);
|
||||
|
|
|
|||
|
|
@ -295,7 +295,6 @@ Q_SIGNALS:
|
|||
|
||||
void itemActivated(QTableWidgetItem *item);
|
||||
void itemEntered(QTableWidgetItem *item);
|
||||
// ### Qt 6: add changed roles
|
||||
void itemChanged(QTableWidgetItem *item);
|
||||
|
||||
void currentItemChanged(QTableWidgetItem *current, QTableWidgetItem *previous);
|
||||
|
|
|
|||
|
|
@ -322,7 +322,6 @@ Q_SIGNALS:
|
|||
void itemDoubleClicked(QTreeWidgetItem *item, int column);
|
||||
void itemActivated(QTreeWidgetItem *item, int column);
|
||||
void itemEntered(QTreeWidgetItem *item, int column);
|
||||
// ### Qt 6: add changed roles
|
||||
void itemChanged(QTreeWidgetItem *item, int column);
|
||||
void itemExpanded(QTreeWidgetItem *item);
|
||||
void itemCollapsed(QTreeWidgetItem *item);
|
||||
|
|
|
|||
Loading…
Reference in New Issue