Improve QML types
This commit is contained in:
@@ -14,7 +14,8 @@ import org.kde.neochat 1.0
|
||||
|
||||
Kirigami.ScrollablePage {
|
||||
id: root
|
||||
property var connection
|
||||
|
||||
required property NeoChatConnection connection
|
||||
|
||||
property alias keyword: identifierField.text
|
||||
property string server
|
||||
|
||||
@@ -100,7 +100,7 @@ QQC2.ToolBar {
|
||||
delegate: Delegates.RoundedItemDelegate {
|
||||
id: userDelegate
|
||||
|
||||
required property var connection
|
||||
required property NeoChatConnection connection
|
||||
|
||||
width: parent.width
|
||||
text: connection.localUser.displayName
|
||||
|
||||
@@ -15,7 +15,7 @@ import org.kde.neochat 1.0
|
||||
Kirigami.ScrollablePage {
|
||||
id: root
|
||||
|
||||
property var connection
|
||||
property NeoChatConnection connection
|
||||
|
||||
title: i18n("Start a Chat")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user