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
parent
e08ca2c9c8
commit
250176a413
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue