mirror of
https://github.com/overte-org/overte.git
synced 2025-08-04 04:03:35 +02:00
formatting
This commit is contained in:
parent
38ba0ab352
commit
8db46d859e
2 changed files with 1 additions and 2 deletions
|
@ -25,7 +25,6 @@ public:
|
||||||
|
|
||||||
void setWalletUUID(const QUuid& walletUUID) { _walletUUID = walletUUID; }
|
void setWalletUUID(const QUuid& walletUUID) { _walletUUID = walletUUID; }
|
||||||
const QUuid& getWalletUUID() const { return _walletUUID; }
|
const QUuid& getWalletUUID() const { return _walletUUID; }
|
||||||
|
|
||||||
private:
|
private:
|
||||||
QUuid _assignmentUUID;
|
QUuid _assignmentUUID;
|
||||||
QUuid _walletUUID;
|
QUuid _walletUUID;
|
||||||
|
|
|
@ -167,6 +167,6 @@ QDataStream& operator>>(QDataStream &in, Assignment& assignment) {
|
||||||
if (assignment._command == Assignment::RequestCommand) {
|
if (assignment._command == Assignment::RequestCommand) {
|
||||||
in >> assignment._walletUUID;
|
in >> assignment._walletUUID;
|
||||||
}
|
}
|
||||||
|
|
||||||
return in;
|
return in;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue