diff --git a/sources/ElementsCollection/elementscollectionwidget.cpp b/sources/ElementsCollection/elementscollectionwidget.cpp index cb7de4028..e91ba2a24 100644 --- a/sources/ElementsCollection/elementscollectionwidget.cpp +++ b/sources/ElementsCollection/elementscollectionwidget.cpp @@ -593,10 +593,18 @@ void ElementsCollectionWidget::dirProperties() { ElementCollectionItem *eci = elementCollectionItemForIndex( m_index_at_context_menu); + //When the user right-clicks on the collection tree and + //selects the collection property, the collection name, + //file path and number of elements will be added + //to the qInfo log file. + qInfo() <