From ed3828f0df1bcef66b036ce1831a0aed87ed5482 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Tue, 21 Aug 2007 19:13:47 +0000 Subject: added shoutcast title update git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@119 90c681e8-e032-0410-971d-27865f9a5e38 --- src/mainwindow.h | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'src/mainwindow.h') diff --git a/src/mainwindow.h b/src/mainwindow.h index 54b98f6e3..0647f09a6 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -88,6 +88,7 @@ protected: private slots: void showOutputState(const OutputState&); void showDecoderState(const DecoderState&); + void changeTitle(const QString&); void clear(); void startSeek(); void endSeek(); @@ -98,17 +99,13 @@ private slots: void updateEQ(); void updatePreset(); void updateSkin(); - void forward(); void backward(); - void jumpToFile(); - void toggleVisibility(); void trayActivated(QSystemTrayIcon::ActivationReason); void about(); - - void handleCloseRequest(); + void handleCloseRequest(); private: void readSettings(); -- cgit v1.2.3-13-gbd6f