From fe0a4e3c160bbef94f8452005a6d02827911abd4 Mon Sep 17 00:00:00 2001 From: Kai Uwe Broulik Date: Thu, 5 Dec 2019 11:35:31 +0100 Subject: [PATCH] Remove superfluous qWarning CCMAIL: notmart@gmail.com --- shell/scripting/widget.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/scripting/widget.cpp b/shell/scripting/widget.cpp index c68f628c1..daf02d24f 100644 --- a/shell/scripting/widget.cpp +++ b/shell/scripting/widget.cpp @@ -178,7 +178,7 @@ void Widget::showConfigurationInterface() } QString Widget::userBackgroundHints() const -{qWarning()<<"DJENT"; +{ QMetaEnum hintEnum = QMetaEnum::fromType(); return hintEnum.valueToKey(applet()->userBackgroundHints()); }