[utilities/kdebugsettings] src/quickapps/contents/ui: Remove commented code
Laurent Montel <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 4df4a48f2ad8c8f63399513fd465e5cdc494eb2f by Laurent Montel.
Committed on 17/07/2026 at 05:46.
Pushed by mlaurent into branch 'master'.
Remove commented code
M +0 -1 src/quickapps/contents/ui/EnvironmentVariableRulesPage.qml
https://invent.kde.org/utilities/kdebugsettings/-/commit/4df4a48f2ad8c8f63399513fd465e5cdc494eb2f
diff --git a/src/quickapps/contents/ui/EnvironmentVariableRulesPage.qml b/src/quickapps/contents/ui/EnvironmentVariableRulesPage.qml
index e2d669e9..23754c3f 100644
--- a/src/quickapps/contents/ui/EnvironmentVariableRulesPage.qml
+++ b/src/quickapps/contents/ui/EnvironmentVariableRulesPage.qml
@@ -18,7 +18,6 @@ Kirigami.Page {
width: parent.width - (Kirigami.Units.largeSpacing * 4)
anchors.centerIn: parent
TextEdit {
- //placeholderText: i18n("No rules have been defined in the environment variable \"QT_LOGGING_RULES\".")
text: LoggingManager.environmentrules().length === 0 ? i18n("No rules have been defined in the environment variable \"QT_LOGGING_RULES\".") : LoggingManager.environmentrules()
}
}