aboutsummaryrefslogtreecommitdiff
path: root/room.h
diff options
context:
space:
mode:
Diffstat (limited to 'room.h')
-rw-r--r--room.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/room.h b/room.h
index 8cf393a2..25eae11b 100644
--- a/room.h
+++ b/room.h
@@ -30,7 +30,6 @@
namespace QMatrixClient
{
class Event;
- class State;
class Connection;
class User;
@@ -65,8 +64,6 @@ namespace QMatrixClient
*/
Q_INVOKABLE QString roomMembername(QString userId) const;
- Q_INVOKABLE void addMessage( Event* event );
- Q_INVOKABLE void addInitialState( State* state );
Q_INVOKABLE void updateData( const SyncRoomData& data );
Q_INVOKABLE void setJoinState( JoinState state );