Disable QT keywords to avoid clashes with other libraries. (#5882)

This commit is contained in:
cmp
2025-02-02 04:08:11 -06:00
committed by GitHub
parent f629eecaa7
commit 65e97846aa
37 changed files with 51 additions and 49 deletions
+2 -2
View File
@@ -57,7 +57,7 @@ private:
QFile file_;
QNetworkReply *reply_{};
signals:
Q_SIGNALS:
void downloadComplete();
};
@@ -314,7 +314,7 @@ AvatarDownloader::AvatarDownloader(const QString &avatarURL,
{
this->file_.close();
}
emit downloadComplete();
downloadComplete();
this->deleteLater();
});
}