Details
-
Bug
-
Resolution: Out of scope
-
Not Evaluated
-
None
-
5.3.1
-
None
Description
Q_INIT_RESOURCE causes undefined symbols when calling it from a namespace:
namespace foo { void initResources() { Q_INIT_RESOURCE(myResource); } }
this code causes unresolved symbols to foo::qInitResources_myResource, since the generated symbol is qInitResources_myResource.