Details
-
Bug
-
Resolution: Won't Do
-
P2: Important
-
None
-
6.4
-
None
Description
Qt libraries must not export symbols that aren't Q-namespaced:
- QClass
- qFunc
- QtNamespace
- qt_func
In DataVisualization, I find at least
- ::Abstract3DController
- ::Bars3DController
- ::Bars3DRenderer
- (very likely more)
These need to be renamed to start with Q, or else moved into a namespace starting with Q.