aboutsummaryrefslogtreecommitdiff
path: root/qmpinfowindow.hpp
diff options
context:
space:
mode:
authorGravatar Chris Xiong <chirs241097@gmail.com> 2016-04-06 09:46:52 +0800
committerGravatar Chris Xiong <chirs241097@gmail.com> 2016-04-06 09:46:52 +0800
commitcf7eafca1fbc9aae495d7b7d7e1fb4bc92e6819f (patch)
treed1881d513983a345936a547cbc25b8bd1a1f056e /qmpinfowindow.hpp
parentffd5bf0c99be3e4089886ab4757100474010edb8 (diff)
downloadQMidiPlayer-cf7eafca1fbc9aae495d7b7d7e1fb4bc92e6819f.tar.xz
Sometimes Naïve!
Diffstat (limited to 'qmpinfowindow.hpp')
-rw-r--r--qmpinfowindow.hpp24
1 files changed, 0 insertions, 24 deletions
diff --git a/qmpinfowindow.hpp b/qmpinfowindow.hpp
deleted file mode 100644
index 9a1e389..0000000
--- a/qmpinfowindow.hpp
+++ /dev/null
@@ -1,24 +0,0 @@
-#ifndef QMPINFOWINDOW_HPP
-#define QMPINFOWINDOW_HPP
-
-#include <QDialog>
-
-namespace Ui {
- class qmpInfoWindow;
-}
-
-class qmpInfoWindow : public QDialog
-{
- Q_OBJECT
-
- public:
- explicit qmpInfoWindow(QWidget *parent = 0);
- ~qmpInfoWindow();
- public slots:
- void updateInfo();
-
- private:
- Ui::qmpInfoWindow *ui;
-};
-
-#endif // QMPINFOWINDOW_HPP