Esempio n. 1
0
void KConfigBase::writePathEntry(const QString &pKey, const QStringList &list, char sep, bool bPersistent, bool bGlobal, bool bNLS)
{
    writePathEntry(pKey.utf8().data(), list, sep, bPersistent, bGlobal, bNLS);
}
Esempio n. 2
0
void KConfigGroup::writePathEntry(const QString& pKey, const QStringList &value, WriteConfigFlags pFlags)
{
    writePathEntry(pKey.toUtf8().constData(), value, pFlags);
}
Esempio n. 3
0
void KConfigBase::writePathEntry(const QString &pKey, const QString &path, bool bPersistent, bool bGlobal, bool bNLS)
{
    writePathEntry(pKey.utf8().data(), path, bPersistent, bGlobal, bNLS);
}