summaryrefslogtreecommitdiff
path: root/user.hxx
diff options
context:
space:
mode:
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; }