]> git.sesse.net Git - nageru/blob - aboutdialog.h
Let settings follow buses when editing the mapping.
[nageru] / aboutdialog.h
1 #ifndef _ABOUTDIALOG_H
2 #define _ABOUTDIALOG_H 1
3
4 #include <QDialog>
5 #include <string>
6 #include <vector>
7 #include <sys/time.h>
8
9 #include "mixer.h"
10
11 namespace Ui {
12 class AboutDialog;
13 }  // namespace Ui
14
15 class AboutDialog : public QDialog
16 {
17         Q_OBJECT
18
19 public:
20         AboutDialog();
21
22 private:
23         Ui::AboutDialog *ui;
24 };
25
26 #endif  // !defined(_ABOUTDIALOG_H)