merge with dev

This commit is contained in:
Desmis
2018-02-06 16:54:30 +01:00
42 changed files with 576 additions and 255 deletions

View File

@@ -451,6 +451,9 @@ public:
* @return the height of the preview image */
virtual int getPreviewHeight () = 0;
virtual bool getHighQualComputed() = 0;
virtual void setHighQualComputed() = 0;
virtual bool updateTryLock() = 0;
virtual void updateUnLock() = 0;