mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-01 05:08:05 -06:00
Show stalled downloads that are uploading under the 'Active' filter. Closes #1654."
This commit is contained in:
@@ -109,7 +109,6 @@ HEADERS += misc.h \
|
||||
smtp.h \
|
||||
dnsupdater.h
|
||||
|
||||
|
||||
SOURCES += main.cpp \
|
||||
downloadthread.cpp \
|
||||
scannedfoldersmodel.cpp \
|
||||
@@ -151,7 +150,9 @@ nox {
|
||||
addnewtorrentdialog.h \
|
||||
autoexpandabledialog.h \
|
||||
statsdialog.h \
|
||||
messageboxraised.h
|
||||
messageboxraised.h \
|
||||
statussortfilterproxymodel.h \
|
||||
torrentfilterenum.h
|
||||
|
||||
SOURCES += mainwindow.cpp \
|
||||
ico.cpp \
|
||||
@@ -171,7 +172,8 @@ nox {
|
||||
addnewtorrentdialog.cpp \
|
||||
autoexpandabledialog.cpp \
|
||||
statsdialog.cpp \
|
||||
messageboxraised.cpp
|
||||
messageboxraised.cpp \
|
||||
statussortfilterproxymodel.cpp
|
||||
|
||||
win32 {
|
||||
HEADERS += programupdater.h
|
||||
|
||||
Reference in New Issue
Block a user