4 #include <boost/optional.hpp> 40 void initAppFilePathHash();
41 void initCheckPortable();
42 void initRootDirectory();
43 void initSubDirectories();
45 boost::optional<bool> portable_;
48 QString cacheDirectory_;
Paths * getPaths()
Definition: Paths.cpp:147
QString miscDirectory
Definition: Paths.hpp:26
QString twitchProfileAvatars
Definition: Paths.hpp:32
QString settingsDirectory
Definition: Paths.hpp:20
QString rootAppDataDirectory
Definition: Paths.hpp:17
Definition: Application.cpp:48
bool createFolder(const QString &folderPath)
Definition: Paths.cpp:31
bool isPortable()
Definition: Paths.cpp:36
QString messageLogDirectory
Definition: Paths.hpp:23
static Paths * instance
Definition: Paths.hpp:11
QString cacheDirectory()
Definition: Paths.cpp:41
QString applicationFilePathHash
Definition: Paths.hpp:29
Paths()
Definition: Paths.cpp:20