mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-17 12:40:35 +01:00
Fix crash
This commit is contained in:
@@ -682,8 +682,13 @@ void ElementsCollectionWidget::loadingFinished()
|
||||
m_progress_bar->hide();
|
||||
m_tree_view->setEnabled(true);
|
||||
|
||||
if (m_loading_timer) {
|
||||
qInfo()<<"Elements collection finished to be loaded in " << m_loading_timer->elapsed() << " ms";
|
||||
m_loading_timer.reset();
|
||||
}
|
||||
else {
|
||||
qInfo()<<"Elements collection finished to be loaded";
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user