export all selected content added

This commit is contained in:
Rafael 2016-04-03 10:17:01 +02:00
parent 3d664ca4ef
commit 68868b1f6c
18 changed files with 167 additions and 39 deletions

View file

@ -26,7 +26,7 @@ class PictureCopy
{
public:
PictureCopy();
static void CopyPicture(QWidget *parent, QString picPath);
static void copyPicture(QWidget *parent, QString picPath);
};
#endif // PICTURECOPY_H