KDECore
KCoreConfigSkeleton::ItemPassword Class Reference
Class for handling a password preferences item. More...
#include <kcoreconfigskeleton.h>
Inheritance diagram for KCoreConfigSkeleton::ItemPassword:

Public Member Functions | |
ItemPassword (const QString &_group, const QString &_key, QString &reference, const QString &defaultValue=QLatin1String("")) |
Detailed Description
Class for handling a password preferences item.
Definition at line 422 of file kcoreconfigskeleton.h.
Constructor & Destructor Documentation
KCoreConfigSkeleton::ItemPassword::ItemPassword | ( | const QString & | _group, | |
const QString & | _key, | |||
QString & | reference, | |||
const QString & | defaultValue = QLatin1String("") | |||
) |
Constructor.
- Parameters:
-
_group Config file group. _key Config file key.
- Parameters:
-
reference The initial value to hold in the item defaultValue The default value for the item
Definition at line 188 of file kcoreconfigskeleton.cpp.
The documentation for this class was generated from the following files: