This commit is contained in:
Laurent Trinques
2022-02-16 13:57:04 +01:00
parent 855162bb03
commit e63a8c8482

View File

@@ -683,7 +683,7 @@ void ElementsCollectionWidget::loadingFinished()
m_tree_view->setEnabled(true);
if (m_loading_timer) {
qInfo()<<"Elements collection finished to be loaded in " << m_loading_timer->elapsed()/1000.0 << "seconds";
qInfo()<<"Elements collection finished to be loaded in" << m_loading_timer->elapsed()/1000.0 << "seconds";
m_loading_timer.reset();
}
else {