Added profileID to accountBridge dummy

This commit is contained in:
Christian Muehlhaeuser 2019-05-09 00:34:45 +02:00
parent 32c5395556
commit 6849cc566b
No known key found for this signature in database
GPG key ID: 3CF9FA45CA1EBB7E

View file

@ -4,9 +4,10 @@ QtObject {
property string username: "username"
property string name: "Name"
property string avatar: "https://pbs.twimg.com/profile_images/908139250612363264/m-CkMJbl_400x400.jpg"
property string profileID: "1234"
property int posts: 1337
property int follows: 123
property int followers: 42
property int followCount: 123
property int followerCount: 42
property int postSizeLimit: 500
property ListModel messages: messageModel