summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorLoren Burkholder <computersemiexpert@outlook.com>2021-09-04 21:51:06 -0400
committerLoren Burkholder <computersemiexpert@outlook.com>2021-09-11 19:35:31 -0400
commit0e3f3f2b2014aa47a1075aac8075290ee5ed7ec5 (patch)
tree058fd03d8a7e97bd6c3982c093929ee55071d054 /src
parentFix jdenticons in various places (diff)
downloadnheko-0e3f3f2b2014aa47a1075aac8075290ee5ed7ec5.tar.xz
make lint
Diffstat (limited to 'src')
-rw-r--r--src/timeline/TimelineModel.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/timeline/TimelineModel.h b/src/timeline/TimelineModel.h

index 582c6b28..46e146b3 100644 --- a/src/timeline/TimelineModel.h +++ b/src/timeline/TimelineModel.h
@@ -177,8 +177,8 @@ class TimelineModel : public QAbstractListModel Q_PROPERTY(bool isSpace READ isSpace CONSTANT) Q_PROPERTY(int trustlevel READ trustlevel NOTIFY trustlevelChanged) Q_PROPERTY(bool isDirect READ isDirect NOTIFY isDirectChanged) - Q_PROPERTY( - QString directChatOtherUserId READ directChatOtherUserId NOTIFY directChatOtherUserIdChanged) + Q_PROPERTY(QString directChatOtherUserId READ directChatOtherUserId NOTIFY + directChatOtherUserIdChanged) Q_PROPERTY(InputBar *input READ input CONSTANT) Q_PROPERTY(Permissions *permissions READ permissions NOTIFY permissionsChanged)