Skip to content
Snippets Groups Projects
Commit 0e3f3f2b authored by Loren Burkholder's avatar Loren Burkholder
Browse files

make lint

parent 17729ce6
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment