Fixed export bug for hidden snapmatic when you have opened the file

through the Explorer as example
This commit is contained in:
Rafael 2016-10-27 08:59:08 +02:00
parent f645863562
commit 44c6d38d9c
5 changed files with 62 additions and 32 deletions

View file

@ -57,6 +57,11 @@ public:
double getLocationZ();
QStringList getPlayers();
// VISIBILITY
bool isHidden();
bool setPictureHidden();
bool setPictureVisible();
private:
QString getSnapmaticPictureString(const QByteArray &snapmaticHeader);
QString getSnapmaticJSONString(const QByteArray &jsonBytes);