Reorder QML files to follow coding conventions
https://doc.qt.io/qt-5/qml-codingconventions.html#qml-object-declarations
This commit is contained in:
@@ -13,10 +13,8 @@ HMenu {
|
||||
property string presence
|
||||
property string statusMsg
|
||||
|
||||
|
||||
signal wentToAccountPage()
|
||||
|
||||
|
||||
function setPresence(presence, statusMsg=undefined) {
|
||||
py.callClientCoro(userId, "set_presence", [presence, statusMsg])
|
||||
}
|
||||
@@ -24,7 +22,6 @@ HMenu {
|
||||
|
||||
onOpened: statusText.forceActiveFocus()
|
||||
|
||||
|
||||
HLabeledItem {
|
||||
id: statusMsgLabel
|
||||
enabled: presence && presence !== "offline"
|
||||
|
Reference in New Issue
Block a user