diff options
Diffstat (limited to 'qmidiplayer-desktop/qmpmainwindow.hpp')
-rw-r--r-- | qmidiplayer-desktop/qmpmainwindow.hpp | 3 |
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(); |