Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

woc #21

Closed
wants to merge 8 commits into from
Closed

woc #21

wants to merge 8 commits into from

Conversation

wyq777x
Copy link

@wyq777x wyq777x commented Feb 23, 2024

无选做

@Serein207 Serein207 changed the title WOC with must (no optional works) woc Feb 23, 2024
@@ -4,7 +4,7 @@ QString getCookieOrDefault(const QList<QNetworkCookie>& cookies, const QString&
[&name](const QNetworkCookie& cookie) { return cookie.name() == name; });
if (cookie != cookies.end()) {
return QString::fromUtf8(cookie->value());
} else {
}else {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

啊?

Comment on lines 76 to 83
if (lyricEntity.pureMusic) {

qDebug() << "这是一首纯音乐.";
emit loadSongLyricSuccess();
} else {

emit loadSongLyricSuccess();
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
if (lyricEntity.pureMusic) {
qDebug() << "这是一首纯音乐.";
emit loadSongLyricSuccess();
} else {
emit loadSongLyricSuccess();
}
setHasLyric(!lyricEntity.pureMusic);
emit loadSongLyricSuccess();

@@ -12,6 +12,7 @@ class SongLyricViewModel : public QAbstractListModel {
QML_NAMED_ELEMENT(SongLyricViewModel)

public:
QList<SongLyric> SongLyricsp(const QString& stringLyric);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what's the meaning of p in SongLyricsp ?

@ArcticLampyrid ArcticLampyrid added this to the LessonWork milestone Feb 26, 2024
@Serein207 Serein207 reopened this Feb 26, 2024
@Serein207 Serein207 closed this Feb 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants