mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-02 21:52:32 -06:00
Use default delegate for SearchModel
Introduce and use data role - SearchFilterModel::UnderlyingDataRole as a filter role in SearchFilterModel Removes the usage of QItemDelegate
This commit is contained in:
@@ -51,7 +51,6 @@ HEADERS += \
|
||||
$$PWD/search/pluginselectdialog.h \
|
||||
$$PWD/search/pluginsourcedialog.h \
|
||||
$$PWD/search/searchjobwidget.h \
|
||||
$$PWD/search/searchlistdelegate.h \
|
||||
$$PWD/search/searchsortmodel.h \
|
||||
$$PWD/search/searchwidget.h \
|
||||
$$PWD/shutdownconfirmdialog.h \
|
||||
@@ -132,7 +131,6 @@ SOURCES += \
|
||||
$$PWD/search/pluginselectdialog.cpp \
|
||||
$$PWD/search/pluginsourcedialog.cpp \
|
||||
$$PWD/search/searchjobwidget.cpp \
|
||||
$$PWD/search/searchlistdelegate.cpp \
|
||||
$$PWD/search/searchsortmodel.cpp \
|
||||
$$PWD/search/searchwidget.cpp \
|
||||
$$PWD/shutdownconfirmdialog.cpp \
|
||||
|
||||
Reference in New Issue
Block a user