From c9d299b4ac4e434e6f6ea53d22b65dc0cca5f67d Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Fri, 9 Jan 2015 17:09:02 +0000 Subject: fixed regression git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@4683 90c681e8-e032-0410-971d-27865f9a5e38 --- src/qmmpui/playlistmodel.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/qmmpui/playlistmodel.h') diff --git a/src/qmmpui/playlistmodel.h b/src/qmmpui/playlistmodel.h index c5cc63058..31eb36e58 100644 --- a/src/qmmpui/playlistmodel.h +++ b/src/qmmpui/playlistmodel.h @@ -332,6 +332,9 @@ signals: */ void loaderFinished(); + + void currentVisibleRequest(); + public slots: /*! * Adds \b track to the playlist. @@ -419,9 +422,7 @@ public slots: * @param parent parent Widget. */ void showDetails(QWidget *parent = 0); - /*! - * Emits update signals manually. - */ + void doCurrentVisibleRequest(); /*! * Randomly changes items order. -- cgit v1.2.3-13-gbd6f