From e0ccf189bf203ffb990e8c4642c8738e52053453 Mon Sep 17 00:00:00 2001 From: eap Date: Fri, 13 May 2011 12:28:58 +0000 Subject: [PATCH] comment debug output --- src/Qtx/QtxMainWindow.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Qtx/QtxMainWindow.cxx b/src/Qtx/QtxMainWindow.cxx index 08416fb78..3d97ea2d7 100644 --- a/src/Qtx/QtxMainWindow.cxx +++ b/src/Qtx/QtxMainWindow.cxx @@ -562,9 +562,9 @@ void QtxMainWindow::onDestroyed( QObject* obj ) bool QtxMainWindow::event( QEvent* e ) { - if ( e->type() == QEvent::WindowDeactivate ) { - printf( "----------------> Deactivated\n" ); - } +// if ( e->type() == QEvent::WindowDeactivate ) { +// printf( "----------------> Deactivated\n" ); +// } if ( myResizer ) { QMouseEvent* me = static_cast( e ); -- 2.39.2