From ad3566b5c5d1e0af5f4e9e33e7d863f2bac7e447 Mon Sep 17 00:00:00 2001 From: Chris Xiong Date: Fri, 3 Jun 2016 23:18:34 +0800 Subject: Add the "restart fluidsynth" action. --- qmidiplayer-desktop/qmpmainwindow.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'qmidiplayer-desktop/qmpmainwindow.hpp') 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 helpw; qmpVisualizationIntf* VIs[16]; - QAction *fnA1,*fnA2,*fnA3; + QAction *fnA1,*fnA2,*fnA3,*fnA4; void onfnChanged(); void playerSetup(); -- cgit v1.2.3