summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorTannin <devnull@localhost>2015-05-09 21:46:40 +0200
committerTannin <devnull@localhost>2015-05-09 21:46:40 +0200
commit3680e37d392123b7cafa6696b1683b9015d000c1 (patch)
tree5600fc5ca82fab678851064fc30069b264edf255 /src/mainwindow.h
parentabba182b1ba630b41660424abf372af527b1612c (diff)
parent1403d51a82fa4c7548e21d7411486244881bc8d8 (diff)
Merge
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 51d67e1e..7e59a7b0 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: