diff options
| author | Tannin <devnull@localhost> | 2014-12-20 14:44:40 +0100 |
|---|---|---|
| committer | Tannin <devnull@localhost> | 2014-12-20 14:44:40 +0100 |
| commit | 88817c7f3b259550741c5e203fb28f7f705ce30c (patch) | |
| tree | 7d85910bfd3cd82c2d6d351f8f6206bafe295bd1 /src/pluginlistsortproxy.h | |
| parent | ee0041ba1845ab392926bfeaa9f6ae0caeadce1b (diff) | |
- drag&drop in the plugin list now also prompts a message instead of being impossible
Diffstat (limited to 'src/pluginlistsortproxy.h')
| -rw-r--r-- | src/pluginlistsortproxy.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/pluginlistsortproxy.h b/src/pluginlistsortproxy.h index bc8a005b..89f60e70 100644 --- a/src/pluginlistsortproxy.h +++ b/src/pluginlistsortproxy.h @@ -40,8 +40,6 @@ public: explicit PluginListSortProxy(QObject *parent = 0);
- unsigned int getEnabledColumns() const;
-
void setEnabledColumns(unsigned int columns);
virtual Qt::ItemFlags flags(const QModelIndex &modelIndex) const;
@@ -50,7 +48,6 @@ public: public slots:
- void displayColumnSelection(const QPoint &pos);
void updateFilter(const QString &filter);
protected:
|
