diff options
| author | Mikaël Capelle <capelle.mikael@gmail.com> | 2020-12-30 16:53:55 +0100 |
|---|---|---|
| committer | Mikaël Capelle <capelle.mikael@gmail.com> | 2021-01-02 15:38:17 +0100 |
| commit | eabf64fbc07b457b29aaf5e25fe6e1027b574976 (patch) | |
| tree | 9b5e051bfbc7fae8bb4328f21e0ef0d795ebbfb4 /src/modlistview.h | |
| parent | 50a0c95a823dcfa105e4035ffd42e473ef91ec3f (diff) | |
Clean drag&drop code and add drop of external folder/archives.
Diffstat (limited to 'src/modlistview.h')
| -rw-r--r-- | src/modlistview.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/modlistview.h b/src/modlistview.h index 1d8a9b49..8e37161b 100644 --- a/src/modlistview.h +++ b/src/modlistview.h @@ -123,6 +123,12 @@ protected: //
QModelIndexList selectedIndexes() const;
+ // drop from external folder
+ //
+ void onExternalFolderDropped(const QUrl& url, int priority);
+
+ // method to react to various key events
+ //
bool moveSelection(int key);
bool removeSelection();
bool toggleSelectionState();
|
