mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-07-27 20:49:55 +00:00
refactor: use new-style qt connections
This commit is contained in:
@ -43,7 +43,7 @@ signals:
|
||||
void replyReceived(const QString &_message);
|
||||
|
||||
private slots:
|
||||
void telemetryReplyRecieved(QNetworkReply *_reply);
|
||||
void telemetryReplyReceived(QNetworkReply *_reply);
|
||||
|
||||
private:
|
||||
static QString getKey(int _count);
|
||||
|
Reference in New Issue
Block a user