From: Debian Qt/KDE Maintainers Date: Thu, 7 Dec 2023 20:13:13 +0000 (-0500) Subject: Disable a notification if no problems were found. X-Git-Tag: archive/raspbian/24.05.2-1+rpi1~1^2~3 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=7ec754cb63346c8895aa42f816c588ffbb8feddf;p=k3b.git Disable a notification if no problems were found. Forwarded: not-needed Last-Update: 2018-09-07 Gbp-Pq: Name 110_disable_no_problems_found_popup.diff --- diff --git a/src/k3bsystemproblemdialog.cpp b/src/k3bsystemproblemdialog.cpp index aba7889..41213ca 100644 --- a/src/k3bsystemproblemdialog.cpp +++ b/src/k3bsystemproblemdialog.cpp @@ -617,9 +617,11 @@ void K3b::SystemProblemDialog::checkSystem(QWidget* parent, NotificationLevel le if( problems.isEmpty() ) { qDebug() << " - none - "; if( level == AlwaysNotify ) { +/* KNotification::event( "NoProblemsFound", i18n("System configured properly"), i18n("No problems found in system configuration.") ); +*/ } } else {