Add parameter variable names
This commit is contained in:
@@ -37,7 +37,7 @@ class NetworkTimeouts : public QObject {
|
||||
explicit NetworkTimeouts(const int timeout_msec, QObject *parent = nullptr);
|
||||
|
||||
void AddReply(QNetworkReply *reply);
|
||||
void SetTimeout(int msec) { timeout_msec_ = msec; }
|
||||
void SetTimeout(const int msec) { timeout_msec_ = msec; }
|
||||
|
||||
protected:
|
||||
void timerEvent(QTimerEvent *e) override;
|
||||
|
||||
Reference in New Issue
Block a user