##// END OF EJS Templates
Correction MR
perrinel -
r181:ecdf3f75d679
parent child
Show More
@@ -3,7 +3,6
3
3
4 /**
4 /**
5 * @brief The SqpDateTime struct holds the information of time parameters
5 * @brief The SqpDateTime struct holds the information of time parameters
6 * @sa SqpDateTime
7 */
6 */
8 struct SqpDateTime {
7 struct SqpDateTime {
9 /// Start time
8 /// Start time
@@ -36,7 +36,7 struct VariableController::VariableControllerPrivate {
36 /// Variable model. The VariableController has the ownership
36 /// Variable model. The VariableController has the ownership
37 VariableModel *m_VariableModel;
37 VariableModel *m_VariableModel;
38
38
39 TimeController *m_TimeController;
39 TimeController *m_TimeController{nullptr};
40 };
40 };
41
41
42 VariableController::VariableController(QObject *parent)
42 VariableController::VariableController(QObject *parent)
General Comments 4
Under Review
author

Pull request updated. Auto status change to "Under Review"

Changed commits:
  * 1 added
  * 0 removed

Changed files:
  * M gui/include/Visualization/VisualizationGraphWidget.h
  * M gui/src/Visualization/VisualizationGraphWidget.cpp
Approved
author

Status change > Approved

You need to be logged in to leave comments. Login now