diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2019-10-08 19:17:24 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2019-10-08 19:17:24 +0000 |
| commit | 1812e98bf5c409c58071b223700ff2296a2d030e (patch) | |
| tree | a1518622330b39ba3c5109cedd5fdd21c1a539cd /src/plugins/General/lyrics/ultimatelyricsparser.h | |
| parent | 6503d9953ae296d176cba5092f5259932c4c09d7 (diff) | |
| download | qmmp-1812e98bf5c409c58071b223700ff2296a2d030e.tar.gz qmmp-1812e98bf5c409c58071b223700ff2296a2d030e.tar.bz2 qmmp-1812e98bf5c409c58071b223700ff2296a2d030e.zip | |
lyrics: request implementation
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@9086 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/General/lyrics/ultimatelyricsparser.h')
| -rw-r--r-- | src/plugins/General/lyrics/ultimatelyricsparser.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/General/lyrics/ultimatelyricsparser.h b/src/plugins/General/lyrics/ultimatelyricsparser.h index fb7ce1df6..4f2967597 100644 --- a/src/plugins/General/lyrics/ultimatelyricsparser.h +++ b/src/plugins/General/lyrics/ultimatelyricsparser.h @@ -16,6 +16,7 @@ public: bool load(const QString &path); const QString &errorString() const; const QList<LyricsProvider *> &providers(); + LyricsProvider *provider(const QString &name) const; private: QString m_errorString; |
