mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-14 11:46:34 +02:00
remove unused function
This commit is contained in:
parent
decae5c1f1
commit
aab8161fa4
1 changed files with 0 additions and 2 deletions
|
@ -72,8 +72,6 @@ public:
|
|||
void emitTouchUpdateEvent(const TouchEvent& event) { emit touchUpdateEvent(event); }
|
||||
|
||||
void emitWheelEvent(QWheelEvent* event) { emit wheelEvent(*event); }
|
||||
|
||||
void emitActionEvents();
|
||||
|
||||
bool isKeyCaptured(QKeyEvent* event) const;
|
||||
bool isKeyCaptured(const KeyEvent& event) const;
|
||||
|
|
Loading…
Reference in a new issue