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

@ -47,6 +47,7 @@ public:
bool makePictureVisible();
bool makePictureHidden();
SnapmaticPicture *getPicture();
QString getPicturePath();
QString getWidgetType();
bool isSelected();
bool isHidden();