mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-11-05 07:13:41 +00:00
refactor: use new-style qt connections
This commit is contained in:
@ -40,7 +40,7 @@ private slots:
|
||||
static void showInfo(const QVersionNumber &_version);
|
||||
void showUpdates(const QVersionNumber &_version);
|
||||
void userReplyOnUpdates(QAbstractButton *_button);
|
||||
void versionReplyRecieved(QNetworkReply *_reply, bool _showAnyway);
|
||||
void versionReplyReceived(QNetworkReply *_reply, bool _showAnyway);
|
||||
|
||||
private:
|
||||
static QMessageBox *genMessageBox(const QString &_title, const QString &_body,
|
||||
|
||||
Reference in New Issue
Block a user