[qet] [2837] Enable export nomenclature Project in all mode (beta) |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/qet Archives
]
Revision: 2837
Author: scorpio810
Date: 2014-02-08 19:49:02 +0100 (Sat, 08 Feb 2014)
Log Message:
-----------
Enable export nomenclature Project in all mode (beta)
Modified Paths:
--------------
trunk/sources/qetdiagrameditor.cpp
Modified: trunk/sources/qetdiagrameditor.cpp
===================================================================
--- trunk/sources/qetdiagrameditor.cpp 2014-02-08 18:17:10 UTC (rev 2836)
+++ trunk/sources/qetdiagrameditor.cpp 2014-02-08 18:49:02 UTC (rev 2837)
@@ -1162,9 +1162,9 @@
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();