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