diff options
| author | Mikaël Capelle <capelle.mikael@gmail.com> | 2021-01-02 18:27:16 +0100 |
|---|---|---|
| committer | Mikaël Capelle <capelle.mikael@gmail.com> | 2021-01-02 18:27:16 +0100 |
| commit | c7abae79b3042cb5a9ab1174a9955d47e6e38fb8 (patch) | |
| tree | 01776c8d57632d5c26255d76064934fd51e39bd9 /src/pluginlistsortproxy.h | |
| parent | 45628951b647237937bed8dc9d0f4734eb633a76 (diff) | |
Minor cleaning of PluginList.
Diffstat (limited to 'src/pluginlistsortproxy.h')
| -rw-r--r-- | src/pluginlistsortproxy.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/pluginlistsortproxy.h b/src/pluginlistsortproxy.h index 03b079e2..2acf83b3 100644 --- a/src/pluginlistsortproxy.h +++ b/src/pluginlistsortproxy.h @@ -42,8 +42,6 @@ public: void setEnabledColumns(unsigned int columns);
- virtual Qt::ItemFlags flags(const QModelIndex &modelIndex) const;
-
virtual bool dropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent);
bool filterMatchesPlugin(const QString &plugin) const;
|
