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:
scorpio810
2014-02-08 18:49:02 +00:00
parent 173f1988ac
commit bf32c96898

View File

@@ -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();