Update game_info.cpp
This commit is contained in:
parent
20c2567f2b
commit
18e160ec43
|
@ -26,7 +26,7 @@ void GameInfoClass::GetGameInfo(QWidget* parent) {
|
|||
}).results();
|
||||
|
||||
// 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...");
|
||||
|
||||
QFutureWatcher<void> futureWatcher;
|
||||
|
@ -43,4 +43,4 @@ void GameInfoClass::GetGameInfo(QWidget* parent) {
|
|||
&QProgressDialog::setValue);
|
||||
|
||||
dialog.exec();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue