We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b715ac1 commit ec3e8eeCopy full SHA for ec3e8ee
src/Interface/Application/ModuleWidget.cc
@@ -1097,7 +1097,7 @@ bool ModuleWidget::executeWithSignals()
1097
Q_EMIT signalExecuteButtonIconChangeToStop();
1098
errored_ = false;
1099
//colorLocked_ = true; //TODO
1100
- timer_ = std::make_unique<SimpleScopedTimer>();
+ timer_.reset(new SimpleScopedTimer);
1101
theModule_->executeWithSignals();
1102
if (!disabled_)
1103
Q_EMIT updateProgressBarSignal(1);
0 commit comments