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()); }