diff options
| -rw-r--r-- | src/qmmp/soundcore.h | 10 |
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: /*! |
