Fix bug that makes not possible to export hidden files
This commit is contained in:
parent
6acd7473d7
commit
7d59566f80
3 changed files with 14 additions and 3 deletions
|
|
@ -341,6 +341,11 @@ SnapmaticPicture* SnapmaticWidget::getPicture()
|
|||
return smpic;
|
||||
}
|
||||
|
||||
QString SnapmaticWidget::getPicturePath()
|
||||
{
|
||||
return picPath;
|
||||
}
|
||||
|
||||
QString SnapmaticWidget::getWidgetType()
|
||||
{
|
||||
return "SnapmaticWidget";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue