Salome HOME
Fix for crash on multi-selection of group-vertices on imported body with Shift-key...
[modules/shaper.git] / src / ModuleBase / ModuleBase_WidgetExprEditor.h
index 41a209f20df0438c3fbaf0060c60c53dcc66de8e..b234364f738143c852c272355463230171329c7b 100644 (file)
@@ -14,6 +14,7 @@
 #include <ModuleBase_ModelWidget.h>
 
 #include <QList>
+#include <QLabel>
 #include <QString>
 #include <QStringList>
 #include <QPlainTextEdit>
@@ -79,6 +80,7 @@ protected:
 
 private:
    /// A line edit control
+  QLabel* myResultLabel;
   ExpressionEditor* myEditor;
 };