Lint
This commit is contained in:
parent
4e1c8dd663
commit
4166a863b4
4 changed files with 25 additions and 16 deletions
|
|
@ -62,7 +62,7 @@ public:
|
|||
|
||||
QUrl getHomeServer() { return server_; };
|
||||
int transactionId() { return txn_id_; };
|
||||
int incrementTransactionId() { return ++txn_id_; }; // It is incredibly important that it's incremented first.
|
||||
int incrementTransactionId() { return ++txn_id_; };
|
||||
|
||||
void reset() noexcept;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue