diff options
Diffstat (limited to 'src/utils/paths.h')
-rw-r--r-- | src/utils/paths.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/utils/paths.h b/src/utils/paths.h index ba87ab961..05b4fef07 100644 --- a/src/utils/paths.h +++ b/src/utils/paths.h @@ -35,4 +35,6 @@ std::string removeLast(std::string str); std::string getSelfName(); +std::string getDesktopDir(); + #endif // UTILS_PATHS_H |