mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-22 16:37:21 -06:00
FEATURE: Remember the last trackers used in the torrent creation tool
FEATURE: The optimal piece size is now automatically computed in the torrent creation tool COSMETIC: Improved the torrent creation tool appearance
This commit is contained in:
@@ -309,7 +309,6 @@ contains(DEFINES, DISABLE_GUI) {
|
||||
cookiesdlg.h \
|
||||
hidabletabwidget.h \
|
||||
sessionapplication.h \
|
||||
torrentcreatordlg.h \
|
||||
torrentimportdlg.h
|
||||
|
||||
win32 {
|
||||
@@ -349,13 +348,13 @@ include(tracker/tracker.pri)
|
||||
include(properties/properties.pri)
|
||||
include(searchengine/searchengine.pri)
|
||||
include(rss/rss.pri)
|
||||
include(torrentcreator/torrentcreator.pri)
|
||||
}
|
||||
|
||||
!contains(DEFINES, DISABLE_GUI) {
|
||||
FORMS += ui/mainwindow.ui \
|
||||
ui/options.ui \
|
||||
ui/about.ui \
|
||||
ui/createtorrent.ui \
|
||||
ui/preview.ui \
|
||||
ui/login.ui \
|
||||
ui/downloadfromurldlg.ui \
|
||||
@@ -384,7 +383,6 @@ SOURCES += main.cpp \
|
||||
cookiesdlg.cpp \
|
||||
torrentadditiondlg.cpp \
|
||||
sessionapplication.cpp \
|
||||
torrentcreatordlg.cpp \
|
||||
torrentimportdlg.cpp
|
||||
|
||||
win32 {
|
||||
|
||||
Reference in New Issue
Block a user