mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-24 02:42:55 +00:00
inline QWheelEvent::orientation()
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
ae1fc773ad
commit
8e99a5a9c2
1 changed files with 1 additions and 1 deletions
|
@ -139,7 +139,7 @@ public:
|
|||
inline int globalY() const { return qRound(g.y()); }
|
||||
|
||||
inline Qt::MouseButtons buttons() const { return mouseState; }
|
||||
Qt::Orientation orientation() const { return o; }
|
||||
inline Qt::Orientation orientation() const { return o; }
|
||||
|
||||
protected:
|
||||
QPointF p, g;
|
||||
|
|
Loading…
Add table
Reference in a new issue