mirror of
				https://github.com/fralx/LimeReport.git
				synced 2025-11-04 07:01:26 +03:00 
			
		
		
		
	Fix #30 Destroying a report engine does not destroy all it's windows and lead to crash
This commit is contained in:
		@@ -46,6 +46,7 @@ namespace LimeReport{
 | 
			
		||||
 | 
			
		||||
class PageDesignIntf;
 | 
			
		||||
class PrintRange;
 | 
			
		||||
class ReportDesignWindow;
 | 
			
		||||
 | 
			
		||||
//TODO: Add on render callback
 | 
			
		||||
 | 
			
		||||
@@ -156,6 +157,7 @@ private:
 | 
			
		||||
    QMainWindow* m_activePreview;
 | 
			
		||||
    QIcon m_previewWindowIcon;
 | 
			
		||||
    QString m_previewWindowTitle;
 | 
			
		||||
    QPointer<ReportDesignWindow> m_designerWindow;
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user