repair broken Snapmatics and fix Snapmatic format issue
This commit is contained in:
parent
f9eee75757
commit
eeb0c01a5f
19 changed files with 487 additions and 344 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue