summaryrefslogtreecommitdiff
path: root/user.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'user.hxx')
-rw-r--r--user.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/user.hxx b/user.hxx
index 1cac5fe..36ade7e 100644
--- a/user.hxx
+++ b/user.hxx
@@ -3,8 +3,6 @@
#include <QObject>
-struct rt_user;
-
class User : public QObject
{
Q_OBJECT
@@ -34,8 +32,6 @@ class User : public QObject
{}
~User() {}
- Q_INVOKABLE void update(rt_user* user);
-
QString const& name() const { return m_name; }
QString const& emailAddress() const { return m_emailAddress; }
QString const& organization() const { return m_organization; }