InterpolationError myErrorCode; ///< the last error code
std::string myErrorMessage; ///< the last error message
- std::vector<std::vector<double>> myResultProfiles; ///< the list of result profiles
+ std::vector< std::vector<double> > myResultProfiles; ///< the list of result profiles
};
#endif
#define HYDROGUI_OBJCOMBOBOX_H
#include <HYDROData_Entity.h>
-
-#include <QComboBox.h>
+#include <QComboBox>
class HYDROGUI_Module;
class HYDROGUI_ObjComboBoxFilter;
-
class SUIT_SelectionMgr;
class HYDROGUI_ObjComboBox : public QWidget