mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-04 22:52:33 -06:00
Add seeding limits to RSS and Watched folders options UI
PR #20324. Closes #19605.
This commit is contained in:
committed by
GitHub
parent
df41940ebc
commit
d652a10495
@@ -29,6 +29,7 @@ qt_wrap_ui(UI_HEADERS
|
||||
torrentcategorydialog.ui
|
||||
torrentcreatordialog.ui
|
||||
torrentoptionsdialog.ui
|
||||
torrentsharelimitswidget.ui
|
||||
torrenttagsdialog.ui
|
||||
trackerentriesdialog.ui
|
||||
trackersadditiondialog.ui
|
||||
@@ -104,6 +105,7 @@ add_library(qbt_gui STATIC
|
||||
torrentcontentwidget.h
|
||||
torrentcreatordialog.h
|
||||
torrentoptionsdialog.h
|
||||
torrentsharelimitswidget.h
|
||||
torrenttagsdialog.h
|
||||
trackerentriesdialog.h
|
||||
trackerlist/trackerlistitemdelegate.h
|
||||
@@ -200,6 +202,7 @@ add_library(qbt_gui STATIC
|
||||
torrentcontentwidget.cpp
|
||||
torrentcreatordialog.cpp
|
||||
torrentoptionsdialog.cpp
|
||||
torrentsharelimitswidget.cpp
|
||||
torrenttagsdialog.cpp
|
||||
trackerentriesdialog.cpp
|
||||
trackerlist/trackerlistitemdelegate.cpp
|
||||
|
||||
Reference in New Issue
Block a user