mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 11:45:36 +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; }
|
||||
const QUuid& getWalletUUID() const { return _walletUUID; }
|
||||
|
||||
private:
|
||||
QUuid _assignmentUUID;
|
||||
QUuid _walletUUID;
|
||||
|
|
|
@ -167,6 +167,6 @@ QDataStream& operator>>(QDataStream &in, Assignment& assignment) {
|
|||
if (assignment._command == Assignment::RequestCommand) {
|
||||
in >> assignment._walletUUID;
|
||||
}
|
||||
|
||||
|
||||
return in;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue