KCoreConfigSkeleton::ItemUrlList Class
class KCoreConfigSkeleton::ItemUrlListClass for handling a url list preferences item. More...
Public Functions
| ItemUrlList(const QString &_group, const QString &_key, QList<QUrl> &reference, const QList<QUrl> &defaultValue = QList<QUrl>()) |
Detailed Description
Member Function Documentation
ItemUrlList::ItemUrlList(const QString &_group, const QString &_key, QList<QUrl> &reference, const QList<QUrl> &defaultValue = QList<QUrl>())
Constructs a url list item with the given _group, _key, the initial value reference to hold in the item, and the defaultValue for the item.