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