aboutsummaryrefslogtreecommitdiff
path: root/qmpmainwindow.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'qmpmainwindow.hpp')
-rw-r--r--qmpmainwindow.hpp6
1 files changed, 5 insertions, 1 deletions
diff --git a/qmpmainwindow.hpp b/qmpmainwindow.hpp
index b123feb..de45d3b 100644
--- a/qmpmainwindow.hpp
+++ b/qmpmainwindow.hpp
@@ -13,6 +13,7 @@
#include "qmpchannelswindow.hpp"
#include "qmpefxwindow.hpp"
#include "qmpinfowindow.hpp"
+#include "qmpsettingswindow.hpp"
namespace Ui {
class qmpMainWindow;
@@ -44,7 +45,9 @@ class qmpMainWindow:public QMainWindow
void on_lbFileName_customContextMenuRequested(const QPoint &pos);
void onfnA1();
- public slots:
+ void on_pbSettings_clicked();
+
+ public slots:
void dialogClosed();
void selectionChanged();
@@ -60,6 +63,7 @@ class qmpMainWindow:public QMainWindow
qmpChannelsWindow *chnlw;
qmpEfxWindow *efxw;
qmpInfoWindow *infow;
+ qmpSettingsWindow *settingsw;
QAction *fnA1,*fnA2;
public:
QString getFileName();