add copying of snapmatic pictures, german translation updated
This commit is contained in:
parent
217d973d94
commit
c3b6c9d16e
10 changed files with 185 additions and 75 deletions
|
@ -57,7 +57,7 @@ void SnapmaticWidget::on_cmdView_clicked()
|
|||
{
|
||||
PictureDialog *picDialog = new PictureDialog(profileDB, this);
|
||||
picDialog->setWindowFlags(picDialog->windowFlags()^Qt::WindowContextHelpButtonHint);
|
||||
picDialog->setSnapmaticPicture(smpic, true);
|
||||
picDialog->setSnapmaticPicture(smpic, picPath, true);
|
||||
picDialog->setModal(true);
|
||||
|
||||
// be ready for playerName updated
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue