mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-04-03 10:29:59 +02:00
Fixed crash with db export disabled
This commit is contained in:
@@ -195,7 +195,9 @@ class QETDiagramEditor : public QETMainWindow
|
|||||||
*m_terminal_strip_dialog = nullptr, ///<Launch terminal strip dialog
|
*m_terminal_strip_dialog = nullptr, ///<Launch terminal strip dialog
|
||||||
*m_project_terminalBloc, ///< generate terminal block
|
*m_project_terminalBloc, ///< generate terminal block
|
||||||
*m_project_export_conductor_num,///<Export the wire num to csv
|
*m_project_export_conductor_num,///<Export the wire num to csv
|
||||||
|
#ifdef QET_EXPORT_PROJECT_DB
|
||||||
*m_export_project_db, ///Export to file the internal database of the current project
|
*m_export_project_db, ///Export to file the internal database of the current project
|
||||||
|
#endif
|
||||||
*m_tile_window, ///< Show MDI subwindows as tile
|
*m_tile_window, ///< Show MDI subwindows as tile
|
||||||
*m_cascade_window, ///< Show MDI subwindows as cascade
|
*m_cascade_window, ///< Show MDI subwindows as cascade
|
||||||
*m_previous_window, ///< Switch to the previous document
|
*m_previous_window, ///< Switch to the previous document
|
||||||
|
|||||||
Reference in New Issue
Block a user