MCPcopy Create free account
hub / github.com/KDE/labplot / initResource

Function initResource

src/3rdparty/Qt-Advanced-Docking-System/src/DockManager.cpp:80–83  ·  view source on GitHub ↗

* Initializes the resources specified by the .qrc file with the specified base * name. Normally, when resources are built as part of the application, the * resources are loaded automatically at startup. The Q_INIT_RESOURCE() macro * is necessary on some platforms for resources stored in a static library. * Because GCC causes a linker error if we put Q_INIT_RESOURCE into the * loadStyleSheet()

Source from the content-addressed store, hash-verified

78 * namespace
79 */
80static void initResource()
81{
82 Q_INIT_RESOURCE(ads);
83}
84
85
86namespace ads

Callers 1

loadStylesheetMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected