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