diff options
author | KitsuneRal <Kitsune-Ral@users.sf.net> | 2016-11-07 07:05:13 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-07 07:05:13 +0900 |
commit | 2a9caefa6bdce4a6c3a8847f166de16a69dd95dd (patch) | |
tree | af11f0e8dbab7ab204a9d437fc30ed259fd76833 /events/receiptevent.h | |
parent | 6b0c1ee80db661a19ef4376d6663278d949715eb (diff) | |
parent | c842e8803924f477532dfcf0f37710e63d86d669 (diff) | |
download | libquotient-2a9caefa6bdce4a6c3a8847f166de16a69dd95dd.tar.gz libquotient-2a9caefa6bdce4a6c3a8847f166de16a69dd95dd.zip |
Merge pull request #49 from Fxrh/kitsune-cleanup
Cleanup upon code inspection in CLion
Diffstat (limited to 'events/receiptevent.h')
-rw-r--r-- | events/receiptevent.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/events/receiptevent.h b/events/receiptevent.h index cf08fed9..add5e20f 100644 --- a/events/receiptevent.h +++ b/events/receiptevent.h @@ -28,7 +28,6 @@ namespace QMatrixClient class Receipt { public: - QString eventId; QString userId; QDateTime timestamp; }; |