Details
-
Task
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
None
-
None
-
ef28c9d7c (dev), 4970889fd (6.7)
Description
Acceptance criteria:
- Rename the actual QtTest test class to `tst_QWebChannel` or something similar.
- Update the friend declaration to the idiomatic way so the test class doesn't get a different name in -qt-namesspace builds:
- forward-declare the tst_ class outside QT_BEGIN_NAMEPACE
- use friend class ::tst_X; (the :: is important)