mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-01 13:18:06 -06:00
Use polymorphism to distinguish folder / file items in torrent content model
Step to address issue #24.
This commit is contained in:
@@ -123,6 +123,8 @@ nox {
|
||||
transferlistfilterswidget.h \
|
||||
torrentcontentmodel.h \
|
||||
torrentcontentmodelitem.h \
|
||||
torrentcontentmodelfolder.h \
|
||||
torrentcontentmodelfile.h \
|
||||
torrentcontentfiltermodel.h \
|
||||
deletionconfirmationdlg.h \
|
||||
statusbar.h \
|
||||
@@ -148,6 +150,8 @@ nox {
|
||||
transferlistwidget.cpp \
|
||||
torrentcontentmodel.cpp \
|
||||
torrentcontentmodelitem.cpp \
|
||||
torrentcontentmodelfolder.cpp \
|
||||
torrentcontentmodelfile.cpp \
|
||||
torrentcontentfiltermodel.cpp \
|
||||
sessionapplication.cpp \
|
||||
torrentimportdlg.cpp \
|
||||
|
||||
Reference in New Issue
Block a user