diff options
author | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2018-01-11 16:34:43 +0200 |
---|---|---|
committer | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2018-01-11 16:34:43 +0200 |
commit | 9521efab7ee324009c57d4adca50d93d98165f4a (patch) | |
tree | 7461693f2666805480f702b5da997295e896515b /include | |
parent | Filter out content in sync that is currently unhandled (#198) (diff) | |
download | nheko-9521efab7ee324009c57d4adca50d93d98165f4a.tar.xz |
Lint
[ci skip]
Diffstat (limited to 'include')
-rw-r--r-- | include/MatrixClient.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/MatrixClient.h b/include/MatrixClient.h index 66b30dce..1a8ff12c 100644 --- a/include/MatrixClient.h +++ b/include/MatrixClient.h @@ -160,6 +160,6 @@ private: // Token to be used for the next sync. QString next_batch_; - // filter to be send as filter-param for (initial) /sync requests - QString filter_; + // filter to be send as filter-param for (initial) /sync requests + QString filter_; }; |