mirror of
https://github.com/python-LimeReport/LimeReport.git
synced 2025-10-02 03:53:21 +03:00
Merge branch 'master' into 1.4
# Conflicts: # limereport/lrreportengine.cpp # limereport/lrreportengine_p.h
This commit is contained in:
@@ -178,7 +178,7 @@ public:
|
||||
QString lastError() const { return m_lastError;}
|
||||
|
||||
void putError(QString error){ if (!m_errorsList.contains(error)) m_errorsList.append(error);}
|
||||
void clearErrorsList(){ m_errorsList.clear();}
|
||||
void clearErrors(){ m_errorsList.clear(); m_lastError = "";}
|
||||
QStringList errorsList(){ return m_errorsList;}
|
||||
bool designTime() const;
|
||||
void setDesignTime(bool designTime);
|
||||
|
Reference in New Issue
Block a user