NSearchableComboBox: comment Connection

This commit is contained in:
Ly-sec
2025-12-13 10:15:18 +01:00
parent 2980dfb100
commit 9fcacfc761
+6 -6
View File
@@ -98,12 +98,12 @@ RowLayout {
Component.onCompleted: filterModel()
// Watch for model content changes (e.g., async font loading)
Connections {
target: root.model
function onCountChanged() {
filterModel();
}
}
//Connections {
// target: root.model
// function onCountChanged() {
// filterModel();
// }
//}
NLabel {
label: root.label