Remove obsolete comment

The code this comment applied to was removed with
b2ec0da956

Change-Id: I15191c0e9f134375069647d1276a0d60d6360813
Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
bb10
Ingo Klöcker 2024-04-21 15:54:27 +02:00
parent e08ca2c9c8
commit 250176a413
1 changed files with 0 additions and 1 deletions

View File

@ -121,7 +121,6 @@ QAccessibleInterface *qAccessibleFactory(const QString &classname, QObject *obje
#if QT_CONFIG(itemviews)
} else if (classname == "QTableView"_L1 || classname == "QListView"_L1) {
iface = new QAccessibleTable(widget);
// ### This should be cleaned up. We return the parent for the scrollarea to hide it.
#endif // QT_CONFIG(itemviews)
#if QT_CONFIG(tabbar)
} else if (classname == "QTabBar"_L1) {