mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-07 15:12:33 -07:00
Change QList to QVector
This commit is contained in:
committed by
FearlessTobi
parent
5aaafa6a56
commit
13891fd62d
@@ -17,6 +17,7 @@
|
||||
#include <QToolButton>
|
||||
#include <QTreeView>
|
||||
#include <QVBoxLayout>
|
||||
#include <QVector>
|
||||
#include <QWidget>
|
||||
|
||||
#include "common/common_types.h"
|
||||
@@ -62,7 +63,7 @@ public:
|
||||
bool isEmpty() const;
|
||||
|
||||
void LoadCompatibilityList();
|
||||
void PopulateAsync(QList<UISettings::GameDir>& game_dirs);
|
||||
void PopulateAsync(QVector<UISettings::GameDir>& game_dirs);
|
||||
|
||||
void SaveInterfaceLayout();
|
||||
void LoadInterfaceLayout();
|
||||
|
Reference in New Issue
Block a user