summaryrefslogtreecommitdiff
path: root/qmpchanneleditor.hpp
diff options
context:
space:
mode:
authorGravatar Chris Xiong <chirs241097@gmail.com> 2015-12-29 23:54:24 +0800
committerGravatar Chris Xiong <chirs241097@gmail.com> 2015-12-29 23:54:24 +0800
commit8dc90ae27c24aec1851215f2cc28ee24eff01ea5 (patch)
tree13a604bf55804960ced6ec7559f626962a1265bd /qmpchanneleditor.hpp
parent40ea6580aaf3d19aa77f43551185a55013d216d9 (diff)
downloadQMidiPlayer-8dc90ae27c24aec1851215f2cc28ee24eff01ea5.tar.xz
Master Spark. (WTF)
Diffstat (limited to 'qmpchanneleditor.hpp')
-rw-r--r--qmpchanneleditor.hpp22
1 files changed, 22 insertions, 0 deletions
diff --git a/qmpchanneleditor.hpp b/qmpchanneleditor.hpp
new file mode 100644
index 0000000..cef3b0b
--- /dev/null
+++ b/qmpchanneleditor.hpp
@@ -0,0 +1,22 @@
+#ifndef QMPCHANNELEDITOR_HPP
+#define QMPCHANNELEDITOR_HPP
+
+#include <QDialog>
+
+namespace Ui {
+ class qmpchanneleditor;
+}
+
+class qmpchanneleditor : public QDialog
+{
+ Q_OBJECT
+
+ public:
+ explicit qmpchanneleditor(QWidget *parent = 0);
+ ~qmpchanneleditor();
+
+ private:
+ Ui::qmpchanneleditor *ui;
+};
+
+#endif // QMPCHANNELEDITOR_HPP