mirror of
https://github.com/muesli/telephant
synced 2024-11-22 19:33:06 +00:00
Added profileID to accountBridge dummy
This commit is contained in:
parent
32c5395556
commit
6849cc566b
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue