summaryrefslogtreecommitdiff
path: root/src/modlistview.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/modlistview.h')
-rw-r--r--src/modlistview.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/modlistview.h b/src/modlistview.h
index 982591a3..bc5654ce 100644
--- a/src/modlistview.h
+++ b/src/modlistview.h
@@ -12,11 +12,6 @@ public:
explicit ModListView(QWidget *parent = 0);
void setModel(QAbstractItemModel *model) override;
-signals:
- void dropModeUpdate(bool dropOnRows);
-
-public slots:
-
protected:
// replace the auto-expand timer from QTreeView to avoid
@@ -25,7 +20,6 @@ protected:
void timerEvent(QTimerEvent* event) override;
void dragMoveEvent(QDragMoveEvent* event) override;
- void dragEnterEvent(QDragEnterEvent* event) override;
private: