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