mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-23 00:47:21 -06:00
- A lot of fixes/improvements in bittorrent class (now compiling)
- Half way, now I need to rewrite the GUI class to use the bittorrent class
This commit is contained in:
@@ -102,7 +102,8 @@ HEADERS += GUI.h misc.h options_imp.h about_imp.h \
|
||||
PropListDelegate.h previewSelect.h \
|
||||
PreviewListDelegate.h trackerLogin.h \
|
||||
downloadThread.h downloadFromURLImp.h \
|
||||
torrentAddition.h deleteThread.h
|
||||
torrentAddition.h deleteThread.h \
|
||||
bittorrent.h
|
||||
FORMS += MainWindow.ui options.ui about.ui \
|
||||
properties.ui createtorrent.ui preview.ui \
|
||||
login.ui downloadFromURL.ui addTorrentDialog.ui
|
||||
@@ -110,5 +111,6 @@ SOURCES += GUI.cpp \
|
||||
main.cpp \
|
||||
options_imp.cpp \
|
||||
properties_imp.cpp \
|
||||
createtorrent_imp.cpp
|
||||
createtorrent_imp.cpp \
|
||||
bittorrent.cpp
|
||||
|
||||
|
||||
Reference in New Issue
Block a user