summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 8ecac127..f2d61f07 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -694,6 +694,11 @@ public:
} // namespace
+const std::string &getHomeDirectory()
+{
+ return homeDir;
+}
+
// TODO Find some nice place for these functions
static void accountLogin(LoginData *loginData)
{