Remove debug information box
This commit is contained in:
parent
44c6d38d9c
commit
48c9507aeb
1 changed files with 0 additions and 2 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue