Clean up and refactor torrent content model code

This commit is contained in:
Christophe Dumez
2012-02-21 21:54:24 +02:00
parent 8f4c4e8c40
commit a5452d04ae
12 changed files with 1005 additions and 696 deletions

View File

@@ -119,7 +119,9 @@ nox {
transferlistwidget.h \
transferlistdelegate.h \
transferlistfilterswidget.h \
torrentfilesmodel.h \
torrentcontentmodel.h \
torrentcontentmodelitem.h \
torrentcontentfiltermodel.h \
deletionconfirmationdlg.h \
statusbar.h \
reverseresolution.h \
@@ -142,6 +144,9 @@ nox {
SOURCES += mainwindow.cpp \
ico.cpp \
transferlistwidget.cpp \
torrentcontentmodel.cpp \
torrentcontentmodelitem.cpp \
torrentcontentfiltermodel.cpp \
torrentadditiondlg.cpp \
sessionapplication.cpp \
torrentimportdlg.cpp \