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