mirror of
https://github.com/overte-org/overte.git
synced 2025-07-04 19:09:07 +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;
|
||||
};
|
||||
|
||||
class AccountManager: public QObject {
|
||||
class AccountManager : public QObject {
|
||||
Q_OBJECT
|
||||
public:
|
||||
static AccountManager& getInstance();
|
||||
|
|
Loading…
Reference in a new issue