mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-24 19:02:59 +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
|
||||
};
|
||||
|
||||
enum Direction {
|
||||
DirectionNorth = 0x01,
|
||||
DirectionEast = 0x10,
|
||||
DirectionSouth = 0x02,
|
||||
DirectionWest = 0x20
|
||||
};
|
||||
|
||||
// Functions.
|
||||
explicit QWidgetPrivate(int version = QObjectPrivateVersion);
|
||||
~QWidgetPrivate();
|
||||
|
|
Loading…
Add table
Reference in a new issue