qt6-bb10/src/widgets/itemviews
Marc Mutz 25f5983ea8 Normalize signal/slot signatures [1/2]: non-QPair
This is the result of running util/normalize, dropped some false
positives:

- it removed the space after "d, " in Q_PRIVATE_SLOT(d, foo())

- it removed spaces in moc text streaming of "SLOT(" << ... << ")"

In addition, the tool replaces QPair with std::pair. This is
surprising and therefore performed in a separate commit.

Pick-to: 6.6
Change-Id: If4e3815d7c0840defc1b82bcbf41a8265acda0d8
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
2023-07-12 10:29:45 +02:00
..
qabstractitemdelegate.cpp Move pixelator example to manual test 2023-06-30 08:50:55 +02:00
qabstractitemdelegate.h Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qabstractitemdelegate_p.h Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qabstractitemview.cpp Normalize signal/slot signatures [1/2]: non-QPair 2023-07-12 10:29:45 +02:00
qabstractitemview.h Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qabstractitemview_p.h Immediately drag when start distance is 0 in abstract item view 2023-07-05 16:45:41 +02:00
qbsptree.cpp Port from container.count()/length() to size() 2022-10-04 07:40:08 +02:00
qbsptree_p.h Port from container.count()/length() to size() 2022-10-04 07:40:08 +02:00
qcolumnview.cpp Port from container::count() and length() to size() - V5 2022-11-03 14:59:24 +01:00
qcolumnview.h Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qcolumnview_p.h Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qcolumnviewgrip.cpp Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qcolumnviewgrip_p.h Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qdatawidgetmapper.cpp Normalize signal/slot signatures [1/2]: non-QPair 2023-07-12 10:29:45 +02:00
qdatawidgetmapper.h Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qfileiconprovider.cpp Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qfileiconprovider.h Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qfileiconprovider_p.h Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qheaderview.cpp QHeaderView: Don't add new sections on no-op 2023-06-23 19:21:42 +02:00
qheaderview.h Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qheaderview_p.h Add missing #includes 2023-06-05 23:35:20 +03:00
qitemdelegate.cpp Move pixelator example to manual test 2023-06-30 08:50:55 +02:00
qitemdelegate.h Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qitemeditorfactory.cpp Don't trigger qBound assert in QExpandingLineEdit 2022-06-29 07:24:54 +00:00
qitemeditorfactory.h Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qitemeditorfactory_p.h Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qlistview.cpp Move item views puzzle example to manual test 2023-06-28 12:05:41 +00:00
qlistview.h Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qlistview_p.h Add missing #includes 2023-06-05 23:35:20 +03:00
qlistwidget.cpp Port from container::count() and length() to size() - V5 2022-11-03 14:59:24 +01:00
qlistwidget.h Provide overload for Qt::AlignmentFlags in item widget items 2022-06-17 20:59:22 +02:00
qlistwidget_p.h Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qstyleditemdelegate.cpp QListView: Prevent infinite loop when wrapping text of item with null-icon 2023-01-04 13:42:06 +01:00
qstyleditemdelegate.h Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qtableview.cpp Move pixelator example to manual test 2023-06-30 08:50:55 +02:00
qtableview.h Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qtableview_p.h Add missing #includes 2023-06-05 23:35:20 +03:00
qtablewidget.cpp Use boolean to indicate QTableWidgetItem is header item 2023-05-05 05:28:19 +00:00
qtablewidget.h Fix some extra semicolon warnings 2023-04-05 18:59:22 +03:00
qtablewidget_p.h Use boolean to indicate QTableWidgetItem is header item 2023-05-05 05:28:19 +00:00
qtreeview.cpp Fix qdoc link warnings after moving a few examples to manual tests 2023-06-27 17:39:23 +02:00
qtreeview.h Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qtreeview_p.h Port from container.count()/length() to size() 2022-10-04 07:40:08 +02:00
qtreewidget.cpp Port from container::count() and length() to size() - V5 2022-11-03 14:59:24 +01:00
qtreewidget.h Port from container.count()/length() to size() 2022-10-04 07:40:08 +02:00
qtreewidget_p.h Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qtreewidgetitemiterator.cpp Doc: Format certain operators in text 2022-08-23 20:49:47 +02:00
qtreewidgetitemiterator.h Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qtreewidgetitemiterator_p.h Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qwidgetitemdata_p.h Add missing #includes 2023-06-05 23:35:20 +03:00