repair broken Snapmatics and fix Snapmatic format issue

This commit is contained in:
Syping 2017-11-22 20:23:36 +01:00
parent f9eee75757
commit eeb0c01a5f
19 changed files with 487 additions and 344 deletions

View file

@ -111,6 +111,11 @@ public:
bool isSnapmaticDefaultsEnforced();
void setSnapmaticDefaultsEnforced(bool enforced);
// SNAPMATIC FORMAT
SnapmaticFormat getSnapmaticFormat();
void setSnapmaticFormat(SnapmaticFormat format);
bool isFormatSwitched();
// VERIFY CONTENT
static bool verifyTitle(const QString &title);
@ -134,6 +139,7 @@ private:
bool cacheEnabled;
bool isLoadedInRAM;
bool isCustomFormat;
bool isFormatSwitch;
bool careSnapDefault;
int jpegRawContentSize;
int jpegRawContentSizeE;