Remove debug information box

This commit is contained in:
Rafael 2016-10-27 08:59:40 +02:00
parent 44c6d38d9c
commit 48c9507aeb
1 changed files with 0 additions and 2 deletions

View File

@ -301,12 +301,10 @@ void PictureDialog::copySnapmaticPicture()
{
if (rqfullscreen && fullscreenWidget)
{
QMessageBox::information(fullscreenWidget, picPath, picPath);
PictureCopy::copyPicture(fullscreenWidget, picPath);
}
else
{
QMessageBox::information(this, picPath, picPath);
PictureCopy::copyPicture(this, picPath);
}
}