Remove debug information...

This commit is contained in:
Jean-Paul Chaput 2008-06-19 16:53:21 +00:00
parent 0066a1fa5e
commit fd0051802b
1 changed files with 4 additions and 4 deletions

View File

@ -181,9 +181,9 @@ namespace Hurricane {
HInspectorWidget::~HInspectorWidget () HInspectorWidget::~HInspectorWidget ()
{ {
cerr << "HInspectorWidget::~HInspectorWidget()" << endl; //cerr << "HInspectorWidget::~HInspectorWidget()" << endl;
cerr << "Records: " << Record::getAllocateds() << endl; //cerr << "Records: " << Record::getAllocateds() << endl;
cerr << "Slots: " << Slot::getAllocateds() << endl; //cerr << "Slots: " << Slot::getAllocateds() << endl;
} }
@ -261,7 +261,7 @@ namespace Hurricane {
} }
} else if ( event->key() == Qt::Key_Left ) { } else if ( event->key() == Qt::Key_Left ) {
back (); back ();
} else if ( event->key() == Qt::Key_o ) { } else if ( event->key() == Qt::Key_O ) {
forkInspector ( _slotsView->currentIndex() ); forkInspector ( _slotsView->currentIndex() );
} else { } else {
event->ignore(); event->ignore();