diff options
author | KitsuneRal <Kitsune-Ral@users.sf.net> | 2016-09-07 08:34:03 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-09-07 08:34:03 +0900 |
commit | 34e7ba238f46734893111110235e032d44fd3690 (patch) | |
tree | 6fc1008c9d2dc50a7acd21c601ac06aff1365f2e /room.h | |
parent | c02174bc8f09761c2e4ee3ca4a250ce49025343e (diff) | |
parent | 573e0e478c4a904ba69e6b523dead41eb28121c1 (diff) | |
download | libquotient-34e7ba238f46734893111110235e032d44fd3690.tar.gz libquotient-34e7ba238f46734893111110235e032d44fd3690.zip |
Merge pull request #24 from Fxrh/kitsune-settings
Settings classes
Diffstat (limited to 'room.h')
-rw-r--r-- | room.h | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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 ); |