Fix bug that makes not possible to export hidden files

This commit is contained in:
Rafael 2016-10-27 07:09:46 +02:00
parent 6acd7473d7
commit 7d59566f80
3 changed files with 14 additions and 3 deletions

View file

@ -341,6 +341,11 @@ SnapmaticPicture* SnapmaticWidget::getPicture()
return smpic;
}
QString SnapmaticWidget::getPicturePath()
{
return picPath;
}
QString SnapmaticWidget::getWidgetType()
{
return "SnapmaticWidget";