Fix alignment in KeyboardHandler.h

This commit is contained in:
Megamouse 2018-07-24 21:57:56 +02:00
parent 56a9966d69
commit 6629983ca7
2 changed files with 126 additions and 127 deletions

View file

@ -39,7 +39,6 @@ void basic_keyboard_handler::SetTargetWindow(QWindow* target)
}
}
bool basic_keyboard_handler::eventFilter(QObject* target, QEvent* ev)
{
// !m_target is for future proofing when gsrender isn't automatically initialized on load.