aboutsummaryrefslogtreecommitdiff
path: root/qmidiplayer-desktop/qmpmainwindow.hpp
diff options
context:
space:
mode:
authorGravatar Chris Xiong <chirs241097@gmail.com> 2016-06-03 23:18:34 +0800
committerGravatar Chris Xiong <chirs241097@gmail.com> 2016-06-03 23:18:34 +0800
commitad3566b5c5d1e0af5f4e9e33e7d863f2bac7e447 (patch)
tree8591218941f6a8a7b6b745abbeadcc442138bffb /qmidiplayer-desktop/qmpmainwindow.hpp
parent8aa8574504acdab46ee378d9c6eaaf3f641c2bac (diff)
downloadQMidiPlayer-ad3566b5c5d1e0af5f4e9e33e7d863f2bac7e447.tar.xz
Add the "restart fluidsynth" action.
Diffstat (limited to 'qmidiplayer-desktop/qmpmainwindow.hpp')
-rw-r--r--qmidiplayer-desktop/qmpmainwindow.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/qmidiplayer-desktop/qmpmainwindow.hpp b/qmidiplayer-desktop/qmpmainwindow.hpp
index 73bd109..8408409 100644
--- a/qmidiplayer-desktop/qmpmainwindow.hpp
+++ b/qmidiplayer-desktop/qmpmainwindow.hpp
@@ -88,6 +88,7 @@ class qmpMainWindow:public QMainWindow
void onfnA1();
void onfnA2();
void onfnA3();
+ void onfnA4();
void on_pushButton_clicked();
@@ -115,7 +116,7 @@ class qmpMainWindow:public QMainWindow
QPointer<qmpHelpWindow> helpw;
qmpVisualizationIntf* VIs[16];
- QAction *fnA1,*fnA2,*fnA3;
+ QAction *fnA1,*fnA2,*fnA3,*fnA4;
void onfnChanged();
void playerSetup();