mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 14:05:45 +00:00
Address more trivial review comments
This commit is contained in:
parent
5eb2368b6b
commit
51734c36f7
4 changed files with 18 additions and 25 deletions
|
@ -8,6 +8,7 @@
|
|||
#include <QHBoxLayout>
|
||||
#include <QLabel>
|
||||
#include <QLineEdit>
|
||||
#include <QList>
|
||||
#include <QModelIndex>
|
||||
#include <QSettings>
|
||||
#include <QStandardItem>
|
||||
|
@ -24,8 +25,6 @@
|
|||
|
||||
class GameListWorker;
|
||||
class GameListSearchField;
|
||||
template <typename>
|
||||
class QList;
|
||||
class GameListDir;
|
||||
class GMainWindow;
|
||||
|
||||
|
@ -56,11 +55,11 @@ public:
|
|||
FileSys::ManualContentProvider* provider, GMainWindow* parent = nullptr);
|
||||
~GameList() override;
|
||||
|
||||
QString getLastFilterResultItem();
|
||||
QString getLastFilterResultItem() const;
|
||||
void clearFilter();
|
||||
void setFilterFocus();
|
||||
void setFilterVisible(bool visibility);
|
||||
bool isEmpty();
|
||||
bool isEmpty() const;
|
||||
|
||||
void LoadCompatibilityList();
|
||||
void PopulateAsync(QList<UISettings::GameDir>& game_dirs);
|
||||
|
@ -135,7 +134,6 @@ protected:
|
|||
void mouseDoubleClickEvent(QMouseEvent* event) override;
|
||||
|
||||
private:
|
||||
GMainWindow* main_window = nullptr;
|
||||
QVBoxLayout* layout = nullptr;
|
||||
QLabel* image = nullptr;
|
||||
QLabel* text = nullptr;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue