From 16bc24b796de76ec1a5fa66dcfe2129a2b02d370 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, 7 Sep 2019 15:40:47 +0800 Subject: Changed controller's parent to the engine to give more flexibility --- user.hxx | 1 + 1 file changed, 1 insertion(+) (limited to 'user.hxx') diff --git a/user.hxx b/user.hxx index 18dd176..3bb9b7e 100644 --- a/user.hxx +++ b/user.hxx @@ -32,6 +32,7 @@ class User : public QObject m_isLoggedIn{isLoggedIn} {} ~User() {} + inline static int typeId; QString const& name() const { return m_name; } QString const& password() const { return m_password; } -- cgit v1.2.3