summaryrefslogtreecommitdiff
path: root/qmpmainwindow.hpp
diff options
context:
space:
mode:
authorGravatar Chris Xiong <chirs241097@gmail.com> 2016-01-14 21:47:06 +0800
committerGravatar Chris Xiong <chirs241097@gmail.com> 2016-01-14 21:47:06 +0800
commit1e1036e705b20ea407bbb922e40c0f44147b3691 (patch)
treefe0d5560c3c44be62de50b8e433b81da0a135f70 /qmpmainwindow.hpp
parentfab7ae34311b9bbb001c98baafa4b1a99aa3c18f (diff)
downloadQMidiPlayer-1e1036e705b20ea407bbb922e40c0f44147b3691.tar.xz
Innocent Treasure. (WTF)
Diffstat (limited to 'qmpmainwindow.hpp')
-rw-r--r--qmpmainwindow.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/qmpmainwindow.hpp b/qmpmainwindow.hpp
index 331fc15..fad2d8e 100644
--- a/qmpmainwindow.hpp
+++ b/qmpmainwindow.hpp
@@ -5,6 +5,8 @@
#include <QTimer>
#include <QCloseEvent>
#include <QMoveEvent>
+#include <QDropEvent>
+#include <QDragEnterEvent>
#include <QAction>
#include <QMenu>
#include <thread>
@@ -29,6 +31,8 @@ class qmpMainWindow:public QMainWindow
explicit qmpMainWindow(QWidget *parent = 0);
void closeEvent(QCloseEvent *event);
void moveEvent(QMoveEvent *event);
+ void dropEvent(QDropEvent *event);
+ void dragEnterEvent(QDragEnterEvent *event);
~qmpMainWindow();
CMidiPlayer* getPlayer(){return player;}
QTimer* getTimer(){return timer;}