Move FileSystem utility functions out of misc.h

Use new fs_utils.h instead.
This commit is contained in:
Christophe Dumez
2012-05-16 21:19:05 +03:00
parent e6e63fa529
commit 0f291629cc
23 changed files with 658 additions and 527 deletions

View File

@@ -95,6 +95,7 @@ include (preferences/preferences.pri)
}
HEADERS += misc.h \
fs_utils.h \
downloadthread.h \
stacktrace.h \
torrentpersistentdata.h \
@@ -109,6 +110,7 @@ SOURCES += main.cpp \
downloadthread.cpp \
scannedfoldersmodel.cpp \
misc.cpp \
fs_utils.cpp \
smtp.cpp \
dnsupdater.cpp