|
|
|
@ -17,10 +17,7 @@ |
|
|
|
#include "game_list_p.h"
|
|
|
|
#include "ui_settings.h"
|
|
|
|
|
|
|
|
GameList::SearchField::KeyReleaseEater::KeyReleaseEater(GameList* gamelist) { |
|
|
|
this->gamelist = gamelist; |
|
|
|
edit_filter_text_old = ""; |
|
|
|
} |
|
|
|
GameList::SearchField::KeyReleaseEater::KeyReleaseEater(GameList* gamelist) : gamelist{gamelist} {} |
|
|
|
|
|
|
|
// EventFilter in order to process systemkeys while editing the searchfield
|
|
|
|
bool GameList::SearchField::KeyReleaseEater::eventFilter(QObject* obj, QEvent* event) { |
|
|
|
|