diff options
| author | Tom Tanner <thosrtanner2@users.sourceforge.net> | 2015-04-26 09:44:57 +0100 |
|---|---|---|
| committer | Tom Tanner <thosrtanner2@users.sourceforge.net> | 2015-04-26 09:44:57 +0100 |
| commit | ce925bc73e077fea813e509af4e9ad19f4306960 (patch) | |
| tree | e028eb1942e1e3a11b4b9f7af0e20707baf44ce6 /src/mainwindow.h | |
| parent | 927504cbd947a0cd794ed4777933df12bd0cd7e8 (diff) | |
Allows drag-and-drop into the download tab
Diffstat (limited to 'src/mainwindow.h')
| -rw-r--r-- | src/mainwindow.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h index 88419594..ddea1010 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -157,6 +157,8 @@ protected: virtual void closeEvent(QCloseEvent *event);
virtual bool eventFilter(QObject *obj, QEvent *event);
virtual void resizeEvent(QResizeEvent *event);
+ virtual void dragEnterEvent(QDragEnterEvent *event);
+ virtual void dropEvent(QDropEvent *event);
private:
|
