svn path=/trunk/KDE/kdelibs/; revision=1018749
This commit is contained in:
Laurent Montel 2009-09-02 06:07:30 +00:00
parent 9e3debb423
commit cb3848f149

View File

@ -75,7 +75,7 @@ class PLASMA_EXPORT AuthorizationRule : public QObject
enum Policy { enum Policy {
Deny = 0, /**< access for messages matching this rule is denied. */ Deny = 0, /**< access for messages matching this rule is denied. */
Allow = 1, /**< access for messages matching this rule is allowed. */ Allow = 1, /**< access for messages matching this rule is allowed. */
PinRequired = 2, /**< specify that the user will need to enter a pin at both sides */ PinRequired = 2 /**< specify that the user will need to enter a pin at both sides */
}; };
enum Persistence { enum Persistence {
@ -86,7 +86,7 @@ class PLASMA_EXPORT AuthorizationRule : public QObject
enum Target { enum Target {
Default = 0, Default = 0,
AllUsers = 1, /**< specify that this rule is valid for all users */ AllUsers = 1, /**< specify that this rule is valid for all users */
AllServices = 2, /**< specify that this rule is valid for all services */ AllServices = 2 /**< specify that this rule is valid for all services */
}; };
Q_DECLARE_FLAGS(Targets, Target) Q_DECLARE_FLAGS(Targets, Target)