0
0
mirror of https://github.com/fralx/LimeReport.git synced 2025-10-18 00:20:31 +03:00
This commit is contained in:
Arin Alexander
2017-04-20 21:10:31 +03:00
29 changed files with 152 additions and 89 deletions

View File

@@ -87,7 +87,7 @@ public:
void setShowProgressDialog(bool value);
IDataSourceManager* dataManager();
IScriptEngineManager* scriptManager();
bool loadFromFile(const QString& fileName);
bool loadFromFile(const QString& fileName, bool autoLoadPreviewOnChange = false);
bool loadFromByteArray(QByteArray *data);
bool loadFromString(const QString& data);
QString reportFileName();