mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-17 12:40:35 +01:00
Enable export nomenclature Project in all mode (beta)
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@2837 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -1162,9 +1162,9 @@ void QETDiagramEditor::slot_updateActions() {
|
||||
remove_row -> setEnabled(editable_diagram);
|
||||
add_image ->setEnabled(editable_diagram);
|
||||
|
||||
//display the beta feature only in debug mode
|
||||
//display the beta feature in all mode
|
||||
#ifdef QT_NO_DEBUG
|
||||
prj_nomenclature -> setVisible(false);
|
||||
prj_nomenclature -> setVisible(true);
|
||||
#endif
|
||||
|
||||
slot_updateModeActions();
|
||||
|
||||
Reference in New Issue
Block a user