update to development version 2
This commit is contained in:
parent
24b1f32bbe
commit
8de1b2bcd2
7 changed files with 18 additions and 18 deletions
|
|
@ -149,7 +149,6 @@ void SavegameWidget::on_cmdDelete_clicked()
|
|||
void SavegameWidget::on_cmdView_clicked()
|
||||
{
|
||||
SavegameDialog *savegameDialog = new SavegameDialog(this);
|
||||
savegameDialog->setWindowFlags(savegameDialog->windowFlags()^Qt::WindowContextHelpButtonHint);
|
||||
savegameDialog->setSavegameData(sgdata, sgdPath, true);
|
||||
savegameDialog->setModal(true);
|
||||
savegameDialog->show();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue