mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-11-04 23:03:42 +00:00
refactor: use new-style qt connections
This commit is contained in:
@ -41,7 +41,7 @@ signals:
|
||||
void replyReceived(int _number, const QString &_url);
|
||||
|
||||
private slots:
|
||||
void issueReplyRecieved(QNetworkReply *_reply);
|
||||
void issueReplyReceived(QNetworkReply *_reply);
|
||||
void showInformation(int _number, const QString &_url);
|
||||
void userReplyOnBugReport(QAbstractButton *_button);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user