[utilities/kdebugsettings] src/quickapps/qml: Add debug message
Laurent Montel <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 9081a7eb1eeb37b25e5a6735d0e246e0bba90f87 by Laurent Montel.
Committed on 22/07/2026 at 05:32.
Pushed by mlaurent into branch 'master'.
Add debug message
M +3 -0 src/quickapps/qml/EditCustomRuleDialog.qml
https://invent.kde.org/utilities/kdebugsettings/-/commit/9081a7eb1eeb37b25e5a6735d0e246e0bba90f87
diff --git a/src/quickapps/qml/EditCustomRuleDialog.qml b/src/quickapps/qml/EditCustomRuleDialog.qml
index 2eb1c31a..603e4269 100644
--- a/src/quickapps/qml/EditCustomRuleDialog.qml
+++ b/src/quickapps/qml/EditCustomRuleDialog.qml
@@ -48,4 +48,7 @@ Kirigami.Dialog {
text: i18n("Enabled");
}
}
+ onAccepted: {
+ console.debug("Edit custom Not implemented yet")
+ }
}