@@ -125,6 +125,7 void VariableController::onDateTimeOnSelection(const SqpDateTime &dateTime) | |||||
125 | for (const auto &selectedRow : qAsConst(selectedRows)) { |
|
125 | for (const auto &selectedRow : qAsConst(selectedRows)) { | |
126 | if (auto selectedVariable = impl->m_VariableModel->variable(selectedRow.row())) { |
|
126 | if (auto selectedVariable = impl->m_VariableModel->variable(selectedRow.row())) { | |
127 | selectedVariable->setDateTime(dateTime); |
|
127 | selectedVariable->setDateTime(dateTime); | |
|
128 | this->onRequestDataLoading(selectedVariable, dateTime); | |||
128 | } |
|
129 | } | |
129 | } |
|
130 | } | |
130 | } |
|
131 | } |
General Comments 0
You need to be logged in to leave comments.
Login now