MCPcopy Create free account
hub / github.com/baumgarr/nixnote2 / loadThemeFile

Method loadThemeFile

global.cpp:947–949  ·  view source on GitHub ↗

Load a theme from a given file

Source from the content-addressed store, hash-verified

945
946// Load a theme from a given file
947void Global::loadThemeFile(QFile &file, QString themeName) {
948 this->loadThemeFile(resourceList, colorList, file, themeName);
949}
950
951
952

Callers 1

loadThemeMethod · 0.95

Calls 6

openMethod · 0.80
getImageDirPathMethod · 0.80
removeMethod · 0.80
insertMethod · 0.80
existsMethod · 0.45
closeMethod · 0.45

Tested by

no test coverage detected