MCPcopy Create free account
hub / github.com/bumptop/BumpTop / GetExecutableDirectory

Method GetExecutableDirectory

trunk/win/Source/BT_WindowsOS.cpp:1870–1876  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1868}
1869
1870QDir WindowsSystem::GetExecutableDirectory()
1871{
1872 if (empty(GLOBAL(currentPath)))
1873 GLOBAL(currentPath) = GetExecutablePath().dir();
1874
1875 return GLOBAL(currentPath);
1876}
1877
1878QDir WindowsSystem::GetThemesDirectory(bool appendDefaultPath)
1879{

Callers 10

onWidgetClickMethod · 0.80
GetDataDirectoryMethod · 0.80
GetSystemPathMethod · 0.80
GLTextureManagerMethod · 0.80
loadSampledImageMethod · 0.80
ensureCompressedImageMethod · 0.80
ensureThumbnailMethod · 0.80
TranslationsMethod · 0.80

Calls 3

emptyFunction · 0.70
GetExecutablePathFunction · 0.50
dirMethod · 0.45

Tested by

no test coverage detected