diff options
Diffstat (limited to 'qmidiplayer.src.d/qmpinfowindow.hpp')
-rw-r--r-- | qmidiplayer.src.d/qmpinfowindow.hpp | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/qmidiplayer.src.d/qmpinfowindow.hpp b/qmidiplayer.src.d/qmpinfowindow.hpp deleted file mode 100644 index 9a1e389..0000000 --- a/qmidiplayer.src.d/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 |