diff options
author | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2019-09-14 07:02:48 +0800 |
---|---|---|
committer | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2019-09-14 07:02:48 +0800 |
commit | db6374681a2bc35671fa0c25fc740888a869ccd4 (patch) | |
tree | e2d52c6821356f7fa988470a9557af2966535deb /user.hxx | |
parent | 2f827a26779c83d7fbc8683d9d42f98a2fd45db1 (diff) |
User singleton instantiation can be moved to Controller
like the rest
Diffstat (limited to 'user.hxx')
-rw-r--r-- | user.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -57,7 +57,6 @@ class User : public QObject , m_loggedIn{false} {} ~User() {} - inline static int typeId; QString const& id() const { return m_id; } QString const& name() const { return m_name; } |