From b15e02739052557480bc272920f251cc4eed00b0 Mon Sep 17 00:00:00 2001 From: Erik Prabowo Kamal Date: Fri, 30 Aug 2019 16:26:03 +0800 Subject: Affirming the previous commit --- user.hxx | 4 ---- 1 file changed, 4 deletions(-) (limited to 'user.hxx') diff --git a/user.hxx b/user.hxx index 1cac5fe..36ade7e 100644 --- a/user.hxx +++ b/user.hxx @@ -3,8 +3,6 @@ #include -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; } -- cgit v1.2.3