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