mirror of
https://git.suyu.dev/suyu/suyu
synced 2025-09-09 07:46:32 -05: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