export all selected content added
This commit is contained in:
parent
3d664ca4ef
commit
68868b1f6c
18 changed files with 167 additions and 39 deletions
|
@ -88,12 +88,12 @@ void SnapmaticWidget::on_cmdView_clicked()
|
|||
|
||||
void SnapmaticWidget::on_cmdCopy_clicked()
|
||||
{
|
||||
PictureCopy::CopyPicture(this, picPath);
|
||||
PictureCopy::copyPicture(this, picPath);
|
||||
}
|
||||
|
||||
void SnapmaticWidget::on_cmdExport_clicked()
|
||||
{
|
||||
PictureExport::ExportPicture(this, smpic);
|
||||
PictureExport::exportPicture(this, smpic);
|
||||
}
|
||||
|
||||
void SnapmaticWidget::on_cmdDelete_clicked()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue