@@ -36,7 +36,6 @@ HEADERS += \
3636 $$PWD /bittorrent/trackerentry.h \
3737 $$PWD /digest32.h \
3838 $$PWD /exceptions.h \
39- $$PWD /filesystemwatcher.h \
4039 $$PWD /global.h \
4140 $$PWD /http/connection.h \
4241 $$PWD /http/httperror.h \
@@ -70,14 +69,14 @@ HEADERS += \
7069 $$PWD /rss/rss_item.h \
7170 $$PWD /rss/rss_parser.h \
7271 $$PWD /rss/rss_session.h \
73- $$PWD /scanfoldersmodel.h \
7472 $$PWD /search/searchdownloadhandler.h \
7573 $$PWD /search/searchhandler.h \
7674 $$PWD /search/searchpluginmanager.h \
7775 $$PWD /settingsstorage.h \
7876 $$PWD /settingvalue.h \
7977 $$PWD /tagset.h \
8078 $$PWD /torrentfileguard.h \
79+ $$PWD /torrentfileswatcher.h \
8180 $$PWD /torrentfilter.h \
8281 $$PWD /types.h \
8382 $$PWD /unicodestrings.h \
@@ -122,7 +121,6 @@ SOURCES += \
122121 $$PWD /bittorrent/tracker.cpp \
123122 $$PWD /bittorrent/trackerentry.cpp \
124123 $$PWD /exceptions.cpp \
125- $$PWD /filesystemwatcher.cpp \
126124 $$PWD /http/connection.cpp \
127125 $$PWD /http/httperror.cpp \
128126 $$PWD /http/requestparser.cpp \
@@ -151,13 +149,13 @@ SOURCES += \
151149 $$PWD /rss/rss_item.cpp \
152150 $$PWD /rss/rss_parser.cpp \
153151 $$PWD /rss/rss_session.cpp \
154- $$PWD /scanfoldersmodel.cpp \
155152 $$PWD /search/searchdownloadhandler.cpp \
156153 $$PWD /search/searchhandler.cpp \
157154 $$PWD /search/searchpluginmanager.cpp \
158155 $$PWD /settingsstorage.cpp \
159156 $$PWD /tagset.cpp \
160157 $$PWD /torrentfileguard.cpp \
158+ $$PWD /torrentfileswatcher.cpp \
161159 $$PWD /torrentfilter.cpp \
162160 $$PWD /utils/bytearray.cpp \
163161 $$PWD /utils/compare.cpp \
0 commit comments