summaryrefslogtreecommitdiffstats
path: root/src/settingsui/network/ComboBoxEntry.qml
diff options
context:
space:
mode:
Diffstat (limited to 'src/settingsui/network/ComboBoxEntry.qml')
-rw-r--r--src/settingsui/network/ComboBoxEntry.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/settingsui/network/ComboBoxEntry.qml b/src/settingsui/network/ComboBoxEntry.qml
index f7fac3e..71b997c 100644
--- a/src/settingsui/network/ComboBoxEntry.qml
+++ b/src/settingsui/network/ComboBoxEntry.qml
@@ -40,6 +40,7 @@ RowLayout {
property alias delegate: cb.delegate
property alias textRole: cb.textRole
property alias model: cb.model
+ property alias count: cb.count
property int titleWidth: -1
Label {