Pedantic
svn path=/trunk/KDE/kdelibs/; revision=1018749
This commit is contained in:
parent
9e3debb423
commit
cb3848f149
@ -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)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user