KCoreConfigSkeleton::ItemDateTime Class

class KCoreConfigSkeleton::ItemDateTime

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

Public Functions

ItemDateTime(const QString &_group, const QString &_key, QDateTime &reference, const QDateTime &defaultValue = QDateTime())

Detailed Description

Member Function Documentation

ItemDateTime::ItemDateTime(const QString &_group, const QString &_key, QDateTime &reference, const QDateTime &defaultValue = QDateTime())

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