mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-24 02:42:55 +00:00
fix some pedantic compiler warnings
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
7836cda06e
commit
748cb7993d
3 changed files with 3 additions and 6 deletions
|
@ -85,7 +85,7 @@ public:
|
|||
InvalidService,
|
||||
InvalidObjectPath,
|
||||
InvalidInterface,
|
||||
InvalidMember,
|
||||
InvalidMember
|
||||
};
|
||||
|
||||
QDBusError(const DBusError *error = 0);
|
||||
|
|
|
@ -63,10 +63,7 @@ public:
|
|||
SourceOverPixmapCapability = 0x0004,
|
||||
SourceOverScaledPixmapCapability = 0x0008,
|
||||
AlphaFillRectCapability = 0x0010,
|
||||
OpacityPixmapCapability = 0x0020,
|
||||
|
||||
// Internal ones
|
||||
OutlineCapability = 0x0001000,
|
||||
OpacityPixmapCapability = 0x0020
|
||||
};
|
||||
Q_DECLARE_FLAGS(Capabilities, Capability)
|
||||
|
||||
|
|
|
@ -72,7 +72,7 @@ public:
|
|||
enum Caps {
|
||||
NoCaps = 0,
|
||||
CapBegin = 0x1,
|
||||
CapEnd = 0x2,
|
||||
CapEnd = 0x2
|
||||
};
|
||||
|
||||
// used to avoid drop outs or duplicated points
|
||||
|
|
Loading…
Add table
Reference in a new issue