mirror of
https://github.com/fralx/LimeReport.git
synced 2025-11-25 00:18:06 +03:00
QT_VERSION < 0x060000 -> (QT_VERSION < QT_VERSION_CHECK(5, 15, 1))
page order has been fixed when TOC page is present and some pages are not printable
This commit is contained in:
@@ -64,6 +64,7 @@ private:
|
||||
PageTranslation* createPageTranslation(PageDesignIntf* page);
|
||||
private:
|
||||
QLocale::Language m_language;
|
||||
QLocale::Script m_script;
|
||||
QList<PageTranslation*> m_pagesTranslation;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user