KCoreConfigSkeleton::ItemStringList Class

class KCoreConfigSkeleton::ItemStringList

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

Public Functions

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

Detailed Description

Member Function Documentation

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

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