mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-04 16:32:39 +00:00
removed unused initalizer
This commit is contained in:
parent
acdd3be52f
commit
3fbbddfd47
@ -8,8 +8,7 @@
|
|||||||
#include "game_list_utils.h"
|
#include "game_list_utils.h"
|
||||||
|
|
||||||
GameListFrame::GameListFrame(std::shared_ptr<GameInfoClass> game_info_get, std::shared_ptr<CompatibilityInfoClass> compat_info_get, QWidget* parent)
|
GameListFrame::GameListFrame(std::shared_ptr<GameInfoClass> game_info_get, std::shared_ptr<CompatibilityInfoClass> compat_info_get, QWidget* parent)
|
||||||
: QTableWidget(parent), m_game_info(game_info_get), m_compat_info(compat_info_get),
|
: QTableWidget(parent), m_game_info(game_info_get), m_compat_info(compat_info_get) {
|
||||||
networkManager(new QNetworkAccessManager(this)) {
|
|
||||||
icon_size = Config::getIconSize();
|
icon_size = Config::getIconSize();
|
||||||
this->setShowGrid(false);
|
this->setShowGrid(false);
|
||||||
this->setEditTriggers(QAbstractItemView::NoEditTriggers);
|
this->setEditTriggers(QAbstractItemView::NoEditTriggers);
|
||||||
@ -350,4 +349,4 @@ QString GameListFrame::GetPlayTime(const std::string& serial) {
|
|||||||
|
|
||||||
file.close();
|
file.close();
|
||||||
return playTime;
|
return playTime;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user