mirror of
https://github.com/fralx/LimeReport.git
synced 2025-04-01 07:03:43 +03:00
fix m_settings initialization
This commit is contained in:
parent
de4b6861aa
commit
9ddeae20d7
@ -243,7 +243,7 @@ protected:
|
||||
ReportEngine(ReportEnginePrivate &dd, QObject * parent=0);
|
||||
private:
|
||||
Q_DECLARE_PRIVATE(ReportEngine)
|
||||
QSettings* m_settings;
|
||||
QSettings* m_settings = nullptr;
|
||||
bool m_showDesignerModal;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user