From feab09f75cbe9d52f7deca7206f00abe2135ddd5 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Mon, 9 Sep 2013 09:27:16 +0000 Subject: moved SoundCore::nextTrackAccepted() from slots git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@3697 90c681e8-e032-0410-971d-27865f9a5e38 --- src/qmmp/soundcore.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src') diff --git a/src/qmmp/soundcore.h b/src/qmmp/soundcore.h index 6e3493f3c..7e93371e5 100644 --- a/src/qmmp/soundcore.h +++ b/src/qmmp/soundcore.h @@ -108,6 +108,11 @@ public: * Returns a hash of stream information if available */ QHash streamInfo() const; + /*! + * Indicates that the current active engine will be used for the next queued track. + * May be useful for some effect plugins. + */ + bool nextTrackAccepted() const; /*! * Returns a pointer to the SoundCore instance. */ @@ -142,11 +147,6 @@ public slots: * This function returns file path or stream url. */ const QString url() const; - /*! - * Indicates that the current active engine will be used for the next queued track. - * May be useful for some effect plugins. - */ - bool nextTrackAccepted() const; signals: /*! -- cgit v1.2.3-13-gbd6f