mirror of
https://github.com/muesli/telephant
synced 2024-11-26 21:30:19 +00:00
8 lines
223 B
QML
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
|
|
}
|