Searched refs:resourceDir (Results 1 – 7 of 7) sorted by relevance
11 TestFontCollection::TestFontCollection(const std::string& resourceDir) in TestFontCollection() argument12 : fResourceDir(resourceDir) in TestFontCollection()14 if (fDirs == resourceDir) { in TestFontCollection()35 fDirs = resourceDir; in TestFontCollection()
9 TestFontCollection(const std::string& resourceDir);
11 TestFontCollection::TestFontCollection(const std::string& resourceDir, bool testOnly, bool loadFont… in TestFontCollection() argument12 : fResourceDir(resourceDir) in TestFontCollection()14 if (fDirs == resourceDir) { in TestFontCollection()35 fDirs = resourceDir; in TestFontCollection()
10 … TestFontCollection(const std::string& resourceDir, bool testOnly = false, bool loadFonts = true);
39 QString resourceDir; in main() local43 resourceDir = QLibraryInfo::location(QLibraryInfo::TranslationsPath); in main()44 if (!translator.load("wpa_gui_" + locale, resourceDir)) in main()
53 /* this returns the exedir for non-bundled and the resourceDir for bundled apps */