telephant/qml/dummydata/accountBridge.qml
Christian Muehlhaeuser 75bb63964b
Drop the twitter lingo
2019-05-02 10:37:04 +02:00

8 lines
223 B
QML

import QtQuick 2.4
QtObject {
property string username: "mueslix"
property string avatar: "https://pbs.twimg.com/profile_images/813451113970208768/n_dO5t1L_normal.jpg"
property ListModel messages: postModel
}