summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorTom Tanner <thosrtanner2@users.sourceforge.net>2015-04-26 09:44:57 +0100
committerTom Tanner <thosrtanner2@users.sourceforge.net>2015-04-26 09:44:57 +0100
commitce925bc73e077fea813e509af4e9ad19f4306960 (patch)
treee028eb1942e1e3a11b4b9f7af0e20707baf44ce6 /src/mainwindow.h
parent927504cbd947a0cd794ed4777933df12bd0cd7e8 (diff)
Allows drag-and-drop into the download tab
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h2
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: