mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-07-30 14:04:55 +00:00
Update game_info.cpp
This commit is contained in:
parent
20c2567f2b
commit
18e160ec43
@ -26,7 +26,7 @@ void GameInfoClass::GetGameInfo(QWidget* parent) {
|
|||||||
}).results();
|
}).results();
|
||||||
|
|
||||||
// Progress bar, please be patient :)
|
// Progress bar, please be patient :)
|
||||||
QProgressDialog dialog("Loading game list...", "Cancel", 0, 0, parent);
|
QProgressDialog dialog("Loading game list, please wait :3", "Cancel", 0, 0, parent);
|
||||||
dialog.setWindowTitle("Loading...");
|
dialog.setWindowTitle("Loading...");
|
||||||
|
|
||||||
QFutureWatcher<void> futureWatcher;
|
QFutureWatcher<void> futureWatcher;
|
||||||
@ -43,4 +43,4 @@ void GameInfoClass::GetGameInfo(QWidget* parent) {
|
|||||||
&QProgressDialog::setValue);
|
&QProgressDialog::setValue);
|
||||||
|
|
||||||
dialog.exec();
|
dialog.exec();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user