Skip to content
Commit 9e173ef9 authored by Marius Pa's avatar Marius Pa Committed by Joshua Goins
Browse files

kconfiggroupgui QColor.setNamedColor is deprecated

kconfig has "set(REQUIRED_QT_VERSION 6.5.0)".
Fix clang++ issue "kconfiggroupgui.cpp:42:17: warning: 'setNamedColor'
is deprecated: Use fromString() instead. [-Wdeprecated-declarations]
col.setNamedColor(QString::fromUtf8(data.constData(), data.length()));".
parent 491227ba
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment