summaryrefslogtreecommitdiff
path: root/qrtclient/user.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'qrtclient/user.hxx')
-rw-r--r--qrtclient/user.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/qrtclient/user.hxx b/qrtclient/user.hxx
index d258820..d76b8e4 100644
--- a/qrtclient/user.hxx
+++ b/qrtclient/user.hxx
@@ -4,8 +4,6 @@
#include <QObject>
#include <rtclient/user.h>
-struct rtclient_user;
-
namespace RTClient {
class User : public QObject
@@ -121,8 +119,6 @@ class User : public QObject
void setTimeZone(rtclient_user_timezone timezone);
void setPrivileged(bool privileged);
void setDisabled(bool disabled);
- public slots:
- void update(rtclient_user* user);
signals:
void idChanged();