QGIM: remove unnecessary friend declaration for the test class

We don't need it (for now), and it causes ambiguities with namespaced
builds on MSVC, so remove it. If we need it again, then we need to
forward declare the class in the global namespace first.

Fixes: QTBUG-136136
Change-Id: I96c7d2557a5e84d3fd78eb9098442e19024347b5
Reviewed-by: Artem Dyomin <artem.dyomin@qt.io>
This commit is contained in:
Volker Hilsheimer 2025-04-23 16:39:55 +02:00
parent 9bc8ce6608
commit 3cb5f45dda

View File

@ -220,7 +220,6 @@ protected:
}
}
friend class tst_QGenericItemModel;
using range_features = QGenericItemModelDetails::range_traits<range_type>;
using wrapped_row_type = QGenericItemModelDetails::wrapped_t<row_type>;
using row_features = QGenericItemModelDetails::range_traits<wrapped_row_type>;