From 0d9de124e1923bd1b3695a55c754814d04810f32 Mon Sep 17 00:00:00 2001 From: Ivailo Monev Date: Mon, 12 Jul 2021 00:36:02 +0300 Subject: [PATCH] ksnapshot: deprecation warning fix Signed-off-by: Ivailo Monev --- ksnapshot/main.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/ksnapshot/main.cpp b/ksnapshot/main.cpp index 9739fa58..4863b40d 100644 --- a/ksnapshot/main.cpp +++ b/ksnapshot/main.cpp @@ -51,8 +51,6 @@ int main(int argc, char **argv) KCmdLineArgs::addCmdLineOptions( ksnapshot_options() ); // Add our own options. KCmdLineArgs *args = KCmdLineArgs::parsedArgs(); - // This is one of the applications that requires the "native" / X11 graphics backend to work. - QApplication::setGraphicsSystem("native"); KApplication app; // Create top level window -- 2.11.0