Issues #1609 and #561 have not made it into a stable release #2152

This commit is contained in:
Rudolf-Walter Kiss-Szakács
2017-02-23 08:23:41 +02:00
committed by Alex Fabijanic
parent 2632f34e85
commit 275275baa9
14 changed files with 246 additions and 2 deletions

View File

@@ -30,6 +30,9 @@ class PathImpl
public:
static std::string currentImpl();
static std::string homeImpl();
static std::string configHomeImpl();
static std::string dataHomeImpl();
static std::string cacheHomeImpl();
static std::string tempImpl();
static std::string nullImpl();
static std::string expandImpl(const std::string& path);