Skip to content
Snippets Groups Projects
Commit 5f5539c5 authored by Mathias Paulin's avatar Mathias Paulin :speech_balloon:
Browse files

Remove superfluous log messages

parent 757e4d11
No related branches found
No related tags found
No related merge requests found
...@@ -425,11 +425,9 @@ void MainWindow::gizmoShowScale() { ...@@ -425,11 +425,9 @@ void MainWindow::gizmoShowScale() {
void MainWindow::onSelectionChanged( const QItemSelection& /*selected*/, void MainWindow::onSelectionChanged( const QItemSelection& /*selected*/,
const QItemSelection& /*deselected*/ ) { const QItemSelection& /*deselected*/ ) {
std::cerr << "******************* MainWindow::onSelectionChanged " << std::endl;
if ( m_selectionManager->hasSelection() ) if ( m_selectionManager->hasSelection() )
{ {
const ItemEntry& ent = m_selectionManager->currentItem(); const ItemEntry& ent = m_selectionManager->currentItem();
std::cerr << "******************* MainWindow::onSelectionChanged emit selected item "
<< std::endl; << std::endl;
emit selectedItem( ent ); emit selectedItem( ent );
/* /*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment