TTKMusicPlayer  3.7.0.0
TTKMusicPlayer imitates Kugou UI, the music player uses of qmmp core library based on Qt for windows and linux
musicqueryartistrequest.cpp
Go to the documentation of this file.
2 
5  m_artistFound(false)
6 {
7 
8 }
9 
10 void MusicQueryArtistRequest::startToSearch(const QString &value)
11 {
12  TTK_INFO_STREAM(className() << "startToSearch" << value);
13 
15  m_queryValue = value;
16  m_artistFound = false;
17  startToPage(0);
18 }
virtual void startToSearch(const QString &value) override
#define TTK_INFO_STREAM(msg)
Definition: ttklogger.h:67
virtual void startToPage(int offset)
virtual void downLoadFinished() override
MusicQueryArtistRequest(QObject *parent=nullptr)
The class of the abstract query download data from net.