Reorder QML files to follow coding conventions
https://doc.qt.io/qt-5/qml-codingconventions.html#qml-object-declarations
This commit is contained in:
@@ -7,7 +7,6 @@ import "../../../Base"
|
||||
HTextArea {
|
||||
id: textArea
|
||||
|
||||
|
||||
property HListView eventList
|
||||
|
||||
property string indent: " "
|
||||
@@ -50,7 +49,6 @@ HTextArea {
|
||||
return obj
|
||||
}
|
||||
|
||||
|
||||
function setTyping(typing) {
|
||||
py.callClientCoro(
|
||||
writingUserId, "room_typing", [chat.roomId, typing, 5000],
|
||||
|
Reference in New Issue
Block a user