mirror of
https://github.com/overte-org/overte.git
synced 2025-07-05 09:49:20 +02:00
add back a missing space in AccountManager
This commit is contained in:
parent
6d500d64d1
commit
4f81bac742
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ public:
|
||||||
QString updateSlot;
|
QString updateSlot;
|
||||||
};
|
};
|
||||||
|
|
||||||
class AccountManager: public QObject {
|
class AccountManager : public QObject {
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
public:
|
public:
|
||||||
static AccountManager& getInstance();
|
static AccountManager& getInstance();
|
||||||
|
|
Loading…
Reference in a new issue