KCoreConfigSkeleton::ItemPathList Class

class KCoreConfigSkeleton::ItemPathList

Class for handling a path list preferences item. More...

Public Functions

ItemPathList(const QString &_group, const QString &_key, QStringList &reference, const QStringList &defaultValue = QStringList())

Detailed Description

Member Function Documentation

ItemPathList::ItemPathList(const QString &_group, const QString &_key, QStringList &reference, const QStringList &defaultValue = QStringList())

Constructs a path string list item with the given _group, _key, the initial value reference to hold in the item, and the defaultValue for the item.