From db6374681a2bc35671fa0c25fc740888a869ccd4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=A6=8C=20=EA=A6=AB=EA=A6=B6=20=EA=A6=8F=EA=A7=80?= =?UTF-8?q?=EA=A6=A6=EA=A6=BF=20=EA=A6=A7=20=EA=A6=AE=20=EA=A6=91=20?= =?UTF-8?q?=EA=A6=A9=20=EA=A6=AD=EA=A7=80?= Date: Sat, 14 Sep 2019 07:02:48 +0800 Subject: User singleton instantiation can be moved to Controller like the rest --- user.hxx | 1 - 1 file changed, 1 deletion(-) (limited to 'user.hxx') 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; } -- cgit v1.2.3