Add a PathManager that takes care of all paths and creating folders

Move all path/folder-related code from SettingManager to PathManager
This commit is contained in:
Rasmus Karlsson
2018-01-05 02:23:49 +01:00
parent c3770707aa
commit 346950d7b7
7 changed files with 92 additions and 35 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ public:
messages::Word::Flags getWordTypeMask();
bool isIgnoredEmote(const QString &emote);
bool init(int argc, char **argv);
void init();
/// Appearance
BoolSetting showTimestamps = {"/appearance/messages/showTimestamps", true};