diff --git a/core/src/Variable/VariableController.cpp b/core/src/Variable/VariableController.cpp index 0c38419..9fcebef 100644 --- a/core/src/Variable/VariableController.cpp +++ b/core/src/Variable/VariableController.cpp @@ -385,20 +385,6 @@ void VariableController::onDateTimeOnSelection(const SqpRange &dateTime) auto selectedRows = impl->m_VariableSelectionModel->selectedRows(); // NOTE we only permit the time modification for one variable - // DEPRECATED - // auto variables = QVector >{}; - // for (const auto &selectedRow : qAsConst(selectedRows)) { - // if (auto selectedVariable = - // impl->m_VariableModel->variable(selectedRow.row())) { - // variables << selectedVariable; - - // // notify that rescale operation has to be done - // emit rangeChanged(selectedVariable, dateTime); - // } - // } - // if (!variables.isEmpty()) { - // this->onRequestDataLoading(variables, dateTime, synchro); - // } if (selectedRows.size() == 1) { if (auto selectedVariable @@ -449,8 +435,9 @@ void VariableController::onDataProvided(QUuid vIdentifier, void VariableController::onVariableRetrieveDataInProgress(QUuid identifier, double progress) { - qCDebug(LOG_VariableController()) << "TORM: variableController::onVariableRetrieveDataInProgress" - << QThread::currentThread()->objectName() << progress; + qCDebug(LOG_VariableController()) + << "TORM: variableController::onVariableRetrieveDataInProgress" + << QThread::currentThread()->objectName() << progress; if (auto var = impl->findVariable(identifier)) { qCDebug(LOG_VariableController()) << "TORM: variableController::onVariableRetrieveDataInProgress FOUND";