KCoreConfigSkeleton::ItemUrl Class

class KCoreConfigSkeleton::ItemUrl

Class for handling a url preferences item. More...

Public Functions

ItemUrl(const QString &_group, const QString &_key, QUrl &reference, const QUrl &defaultValue = QUrl())

Detailed Description

Member Function Documentation

ItemUrl::ItemUrl(const QString &_group, const QString &_key, QUrl &reference, const QUrl &defaultValue = QUrl())

Constructs an url item with the given _group, _key, the initial value reference to hold in the item, and the defaultValue for the item.