aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2013-09-09 09:27:16 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2013-09-09 09:27:16 +0000
commitfeab09f75cbe9d52f7deca7206f00abe2135ddd5 (patch)
tree2bbac34da21cbcd0af6b706b87d5b5040e94982a /src
parentf54c4c2c68ac432587fe03c347aecfe3d9834220 (diff)
downloadqmmp-feab09f75cbe9d52f7deca7206f00abe2135ddd5.tar.gz
qmmp-feab09f75cbe9d52f7deca7206f00abe2135ddd5.tar.bz2
qmmp-feab09f75cbe9d52f7deca7206f00abe2135ddd5.zip
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
Diffstat (limited to 'src')
-rw-r--r--src/qmmp/soundcore.h10
1 files changed, 5 insertions, 5 deletions
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
@@ -109,6 +109,11 @@ public:
*/
QHash<QString, QString> 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.
*/
static 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:
/*!