]> Creatis software - cpPlugins.git/blobdiff - lib/cpPipelineEditor/BaseQtMainWindow.cxx
MVC integration at 50%
[cpPlugins.git] / lib / cpPipelineEditor / BaseQtMainWindow.cxx
index 8a9536b70ddf79140508e03bee159619b021eec3..b423294ff53e05073948b0c1c9d76b02dc981f33 100644 (file)
@@ -14,7 +14,7 @@ bool cpPipelineEditor::BaseQtMainWindow::_TBlocker::
 eventFilter( QObject* obj, QEvent* event )
 {
   return( true ); // -> Block all events
-  /* NOTE: correct implementation:
+  /* NOTE: this should be the correct implementation:
      switch( event->type( ) )
      {
      //list event you want to prevent here ...