@@ -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 0
You need to be logged in to leave comments.
Login now