setPreviewLayoutDirection() added to RepotEngine

This commit is contained in:
Arin Alexander
2017-11-01 22:09:19 +03:00
parent d47b84235e
commit 01ee099a04
5 changed files with 31 additions and 2 deletions

View File

@@ -102,6 +102,8 @@ public:
bool resultIsEditable();
bool isBusy();
void setPassPharse(QString& passPharse);
Qt::LayoutDirection previewLayoutDirection();
void setPreviewLayoutDirection(const Qt::LayoutDirection& previewLayoutDirection);
signals:
void renderStarted();
void renderFinished();