mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-06-08 11:43:14 +00:00
Minor Qt GUI update (#363)
* Minor Qt GUI update * Update gui_context_menus.h * Update gui_context_menus.h * Update game_info.cpp
This commit is contained in:
parent
6d0a763145
commit
21462523de
19 changed files with 63 additions and 48 deletions
|
@ -5,6 +5,7 @@
|
|||
#include <thread>
|
||||
#include <QProgressDialog>
|
||||
#include <QtConcurrent/QtConcurrent>
|
||||
|
||||
#include "game_info.h"
|
||||
|
||||
GameInfoClass::GameInfoClass() = default;
|
||||
|
@ -42,4 +43,4 @@ void GameInfoClass::GetGameInfo(QWidget* parent) {
|
|||
&QProgressDialog::setValue);
|
||||
|
||||
dialog.exec();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue