From d418712c981d9854fa6429d65773368ca63b8dac Mon Sep 17 00:00:00 2001 From: Chris Xiong Date: Fri, 1 Jan 2016 23:54:06 +0800 Subject: Strawberry Crisis. (WTF) --- qmpmainwindow.hpp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'qmpmainwindow.hpp') 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(); -- cgit v1.2.3