summaryrefslogtreecommitdiff
path: root/user.hxx
diff options
context:
space:
mode:
authorꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id>2019-09-07 15:40:47 +0800
committerꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id>2019-09-07 15:40:47 +0800
commit16bc24b796de76ec1a5fa66dcfe2129a2b02d370 (patch)
treecc27194eca692f7a77adb86c723e25e34dfaeac8 /user.hxx
parent48895cf915d4c1be2534588f18f58ea78079d6ae (diff)
Changed controller's parent to the engine
to give more flexibility
Diffstat (limited to 'user.hxx')
-rw-r--r--user.hxx1
1 files changed, 1 insertions, 0 deletions
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; }