MCPcopy Create free account
hub / github.com/TeXworks/texworks / initResources

Function initResources

modules/QtPDF/src/PDFDocumentView.cpp:23–27  ·  view source on GitHub ↗

This has to be outside the namespace (according to Qt docs)

Source from the content-addressed store, hash-verified

21
22// This has to be outside the namespace (according to Qt docs)
23static void initResources()
24{
25 Q_INIT_RESOURCE(QtPDF_trans);
26 Q_INIT_RESOURCE(QtPDF_icons);
27}
28
29namespace QtPDF {
30

Callers 2

ResourceInitializerMethod · 0.85
PDFDocumentViewMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected