summaryrefslogtreecommitdiff
path: root/user.hxx
diff options
context:
space:
mode:
authorꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id>2019-09-14 07:02:48 +0800
committerꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id>2019-09-14 07:02:48 +0800
commitdb6374681a2bc35671fa0c25fc740888a869ccd4 (patch)
treee2d52c6821356f7fa988470a9557af2966535deb /user.hxx
parent2f827a26779c83d7fbc8683d9d42f98a2fd45db1 (diff)
User singleton instantiation can be moved to Controller
like the rest
Diffstat (limited to 'user.hxx')
-rw-r--r--user.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/user.hxx b/user.hxx
index a870852..2b9a356 100644
--- a/user.hxx
+++ b/user.hxx
@@ -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; }