diff options
author | Chris Xiong <chirs241097@gmail.com> | 2016-01-02 23:57:36 +0800 |
---|---|---|
committer | Chris Xiong <chirs241097@gmail.com> | 2016-01-02 23:57:36 +0800 |
commit | b886aa1fcafc16fe93bfe19e2f63b4089234f9f6 (patch) | |
tree | 929ed0c3fc60b4e9fce421718c21062059c2cbd9 /qmpmainwindow.hpp | |
parent | d418712c981d9854fa6429d65773368ca63b8dac (diff) | |
download | QMidiPlayer-b886aa1fcafc16fe93bfe19e2f63b4089234f9f6.tar.xz |
Mystic Flier. (WTF)
Diffstat (limited to 'qmpmainwindow.hpp')
-rw-r--r-- | qmpmainwindow.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qmpmainwindow.hpp b/qmpmainwindow.hpp index de45d3b..c251fc0 100644 --- a/qmpmainwindow.hpp +++ b/qmpmainwindow.hpp @@ -44,10 +44,9 @@ class qmpMainWindow:public QMainWindow void on_pbEfx_clicked(); void on_lbFileName_customContextMenuRequested(const QPoint &pos); void onfnA1(); - void on_pbSettings_clicked(); - public slots: + public slots: void dialogClosed(); void selectionChanged(); @@ -65,6 +64,7 @@ class qmpMainWindow:public QMainWindow qmpInfoWindow *infow; qmpSettingsWindow *settingsw; QAction *fnA1,*fnA2; + void playerSetup(); public: QString getFileName(); |