Use default delegate for PeerListWidget

Removes the usage of QItemDelegate
This commit is contained in:
jagannatharjun
2020-07-19 00:33:22 +05:30
parent 8eecfb1bee
commit 13aab6e04d
8 changed files with 108 additions and 229 deletions

View File

@@ -28,7 +28,6 @@ HEADERS += \
$$PWD/previewlistdelegate.h \
$$PWD/previewselectdialog.h \
$$PWD/properties/downloadedpiecesbar.h \
$$PWD/properties/peerlistdelegate.h \
$$PWD/properties/peerlistsortmodel.h \
$$PWD/properties/peerlistwidget.h \
$$PWD/properties/peersadditiondialog.h \
@@ -109,7 +108,6 @@ SOURCES += \
$$PWD/previewlistdelegate.cpp \
$$PWD/previewselectdialog.cpp \
$$PWD/properties/downloadedpiecesbar.cpp \
$$PWD/properties/peerlistdelegate.cpp \
$$PWD/properties/peerlistsortmodel.cpp \
$$PWD/properties/peerlistwidget.cpp \
$$PWD/properties/peersadditiondialog.cpp \