aboutsummaryrefslogtreecommitdiff
path: root/src/ui/mainwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/mainwindow.h')
-rw-r--r--src/ui/mainwindow.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/ui/mainwindow.h b/src/ui/mainwindow.h
index b0d535b04..3a2a7a52f 100644
--- a/src/ui/mainwindow.h
+++ b/src/ui/mainwindow.h
@@ -93,8 +93,9 @@ protected:
virtual void keyPressEvent ( QKeyEvent* );
private slots:
- void showOutputState(const OutputState&);
- void showDecoderState(const DecoderState&);
+ //void showOutputState(const OutputState&);
+ //void showDecoderState(const DecoderState&);
+ void showState(Qmmp::State state);
void changeTitle(const QString&);
void clear();
void startSeek();