mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-24 10:52:56 +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,
|
InvalidService,
|
||||||
InvalidObjectPath,
|
InvalidObjectPath,
|
||||||
InvalidInterface,
|
InvalidInterface,
|
||||||
InvalidMember,
|
InvalidMember
|
||||||
};
|
};
|
||||||
|
|
||||||
QDBusError(const DBusError *error = 0);
|
QDBusError(const DBusError *error = 0);
|
||||||
|
|
|
@ -63,10 +63,7 @@ public:
|
||||||
SourceOverPixmapCapability = 0x0004,
|
SourceOverPixmapCapability = 0x0004,
|
||||||
SourceOverScaledPixmapCapability = 0x0008,
|
SourceOverScaledPixmapCapability = 0x0008,
|
||||||
AlphaFillRectCapability = 0x0010,
|
AlphaFillRectCapability = 0x0010,
|
||||||
OpacityPixmapCapability = 0x0020,
|
OpacityPixmapCapability = 0x0020
|
||||||
|
|
||||||
// Internal ones
|
|
||||||
OutlineCapability = 0x0001000,
|
|
||||||
};
|
};
|
||||||
Q_DECLARE_FLAGS(Capabilities, Capability)
|
Q_DECLARE_FLAGS(Capabilities, Capability)
|
||||||
|
|
||||||
|
|
|
@ -72,7 +72,7 @@ public:
|
||||||
enum Caps {
|
enum Caps {
|
||||||
NoCaps = 0,
|
NoCaps = 0,
|
||||||
CapBegin = 0x1,
|
CapBegin = 0x1,
|
||||||
CapEnd = 0x2,
|
CapEnd = 0x2
|
||||||
};
|
};
|
||||||
|
|
||||||
// used to avoid drop outs or duplicated points
|
// used to avoid drop outs or duplicated points
|
||||||
|
|
Loading…
Add table
Reference in a new issue