diff options
| author | Mikaël Capelle <capelle.mikael@gmail.com> | 2020-12-28 13:44:26 +0100 |
|---|---|---|
| committer | Mikaël Capelle <capelle.mikael@gmail.com> | 2021-01-02 15:38:15 +0100 |
| commit | addb38645b41507ae8e0536bb83d3b99d365f664 (patch) | |
| tree | b38a5f1d67dddd02c7fcebfc1dde37e427b4206c /src/modlistview.h | |
| parent | cc5f0c8555fbbcc4b6d0dc29a42b8c7869df1859 (diff) | |
Clean drag&drop of URLs and mods/archives.
Diffstat (limited to 'src/modlistview.h')
| -rw-r--r-- | src/modlistview.h | 6 |
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:
|
