diff options
| author | Erik Prabowo Kamal <erik@darapsa.co.id> | 2019-08-30 16:26:03 +0800 |
|---|---|---|
| committer | Erik Prabowo Kamal <erik@darapsa.co.id> | 2019-08-30 16:26:03 +0800 |
| commit | b15e02739052557480bc272920f251cc4eed00b0 (patch) | |
| tree | 2c15a6388dab3735e611388bb112abd3bee6af9a /user.hxx | |
| parent | b4f44ef2d55f42764fb599e67680f5f45bf7f20c (diff) | |
Affirming the previous commit
Diffstat (limited to 'user.hxx')
| -rw-r--r-- | user.hxx | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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; } |