summaryrefslogtreecommitdiff
path: root/qmpmainwindow.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'qmpmainwindow.hpp')
-rw-r--r--qmpmainwindow.hpp4
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();