Disable QT keywords to avoid clashes with other libraries. (#5882)
This commit is contained in:
@@ -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();
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user