mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-25 03:12:56 +00:00
remove unused QWidgetPrivate::Direction enum
Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
This commit is contained in:
parent
911971f6c6
commit
3e0d93bcdb
1 changed files with 0 additions and 7 deletions
|
@ -253,13 +253,6 @@ public:
|
||||||
CloseWithSpontaneousEvent
|
CloseWithSpontaneousEvent
|
||||||
};
|
};
|
||||||
|
|
||||||
enum Direction {
|
|
||||||
DirectionNorth = 0x01,
|
|
||||||
DirectionEast = 0x10,
|
|
||||||
DirectionSouth = 0x02,
|
|
||||||
DirectionWest = 0x20
|
|
||||||
};
|
|
||||||
|
|
||||||
// Functions.
|
// Functions.
|
||||||
explicit QWidgetPrivate(int version = QObjectPrivateVersion);
|
explicit QWidgetPrivate(int version = QObjectPrivateVersion);
|
||||||
~QWidgetPrivate();
|
~QWidgetPrivate();
|
||||||
|
|
Loading…
Add table
Reference in a new issue