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
+4 -2
View File
@@ -114,7 +114,8 @@ SOURCES += \
src/twitch/twitchaccountmanager.cpp \
src/singletons/helper/completionmodel.cpp \
src/singletons/resourcemanager.cpp \
src/singletons/helper/ircmessagehandler.cpp
src/singletons/helper/ircmessagehandler.cpp \
src/singletons/pathmanager.cpp
HEADERS += \
src/precompiled_headers.hpp \
@@ -198,7 +199,8 @@ HEADERS += \
src/singletons/helper/ircmessagehandler.hpp \
src/util/serialize-custom.hpp \
src/messages/highlightphrase.hpp \
src/messages/selection.hpp
src/messages/selection.hpp \
src/singletons/pathmanager.hpp
PRECOMPILED_HEADER =