From 1ebb807624fb1f502cb58b939d29b4284f7a3384 Mon Sep 17 00:00:00 2001 From: Adriaan de Groot Date: Tue, 9 Mar 2021 13:57:21 +0100 Subject: [PATCH] [calamares] Drop #warning about KDSAG - it might not be very current, and it's *probably* better to use dbus-activation / kf5dbus, but let's not call it deprecated until very sure that the dbus version does the right thing. --- src/calamares/main.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/calamares/main.cpp b/src/calamares/main.cpp index d60108215..de709156f 100644 --- a/src/calamares/main.cpp +++ b/src/calamares/main.cpp @@ -17,7 +17,6 @@ #include "utils/Retranslator.h" #ifndef WITH_KF5DBus -#warning "KDSingleApplicationGuard is deprecated" #include "3rdparty/kdsingleapplicationguard/kdsingleapplicationguard.h" #endif