mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-23 08:48:07 -06:00
Show stalled downloads that are uploading under the 'Active' filter. Closes #1654."
This commit is contained in:
@@ -111,7 +111,6 @@ HEADERS += misc.h \
|
||||
smtp.h \
|
||||
dnsupdater.h
|
||||
|
||||
|
||||
SOURCES += main.cpp \
|
||||
downloadthread.cpp \
|
||||
scannedfoldersmodel.cpp \
|
||||
@@ -153,7 +152,9 @@ nox {
|
||||
addnewtorrentdialog.h \
|
||||
autoexpandabledialog.h \
|
||||
statsdialog.h \
|
||||
messageboxraised.h
|
||||
messageboxraised.h \
|
||||
statussortfilterproxymodel.h \
|
||||
torrentfilterenum.h
|
||||
|
||||
SOURCES += mainwindow.cpp \
|
||||
ico.cpp \
|
||||
@@ -173,7 +174,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