mirror of
				https://github.com/fralx/LimeReport.git
				synced 2025-11-04 07:01:26 +03:00 
			
		
		
		
	Changing the language from the script has been added
This commit is contained in:
		@@ -67,6 +67,8 @@ class ReportEnginePrivate : public QObject, public ICollectionContainer, public
 | 
			
		||||
public:
 | 
			
		||||
    static void printReport(ItemsReaderIntf::Ptr reader, QPrinter &printer);
 | 
			
		||||
    static void printReport(ReportPages pages, QPrinter &printer);
 | 
			
		||||
    Q_INVOKABLE QStringList aviableReportTranslations();
 | 
			
		||||
    Q_INVOKABLE void setReportTranslation(const QString& languageName);
 | 
			
		||||
public:
 | 
			
		||||
    explicit ReportEnginePrivate(QObject *parent = 0);
 | 
			
		||||
    virtual ~ReportEnginePrivate();
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user