mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-09-13 20:23:04 +02:00
Improve QElapsedTimer in seconds to compute time used for reload element collection
This commit is contained in:
parent
d2c15cf57b
commit
855162bb03
@ -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() << " ms";
|
||||
qInfo()<<"Elements collection finished to be loaded in " << m_loading_timer->elapsed()/1000.0 << "seconds";
|
||||
m_loading_timer.reset();
|
||||
}
|
||||
else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user