[Kde-games-devel] KScoreDialog::setConfigGroup(...)

Frederik Schwarzer schwarzer at kde.org
Tue Oct 13 20:05:44 UTC 2015


Hi,

a few years ago, setConfigGroup(const QString& group = QString()) has 
been deprecated. The other setConfigGroup() has QPair<QByteArray, 
QString> as parameter and the description states that you can use it 
like this:
ksdialog.setConfigGroup(ki18n("Easy"));
...but ki18n() returns a KLocalizedString and thus does not fit the 
signature.

So now I am a bit stuck here.
Is there a game where the kscoredialog usage is fairly recent and 
clean and that is using custom config groups?

Regards
Frederik


More information about the kde-games-devel mailing list