Home
last modified time | relevance | path

Searched refs:MV_SVG_FILE (Results 1 – 2 of 2) sorted by relevance

/dports/games/kspaceduel/kspaceduel-21.12.3/src/
H A Ddefines.h26 #define MV_SVG_FILE "sprites/default_theme.svgz" macro
H A Dmainview.cpp74 …QSvgRenderer(QStandardPaths::locate(QStandardPaths::AppDataLocation, QStringLiteral(MV_SVG_FILE))); in MyMainView()