Remove the last Qt event filter from the backend
Ported to our own event filter
This commit is contained in:
@@ -69,6 +69,12 @@ public:
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
/// @brief Override to handle a move event
|
||||
virtual bool onMoveEvent(View *)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user