mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-02 21:52:32 -06:00
Move FileSystem utility functions out of misc.h
Use new fs_utils.h instead.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user