match the type in KCoreConfigSkeleton::ItemIntList
svn path=/trunk/KDE/kdelibs/; revision=1174968
This commit is contained in:
parent
2f9828b966
commit
b90221e866
@ -265,7 +265,7 @@ void ConfigLoaderHandler::addItem()
|
||||
item = doubleItem;
|
||||
} else if (m_type == "intlist") {
|
||||
QStringList tmpList = m_default.split(',');
|
||||
QList<qint32> defaultList;
|
||||
QList<int> defaultList;
|
||||
foreach (const QString &tmp, tmpList) {
|
||||
defaultList.append(tmp.toInt());
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user