diff --git a/src/qtgui/rclmain.cpp b/src/qtgui/rclmain.cpp index 9b2f0df5..78dac1e3 100644 --- a/src/qtgui/rclmain.cpp +++ b/src/qtgui/rclmain.cpp @@ -179,6 +179,7 @@ static const char *eventTypeToStr(int tp) // There are a number of events that we want to process. Not sure the // ^Q thing is necessary (we have an action for this)? +// TODO: Some of this probably should be moved into the reslist object bool RclMain::eventFilter( QObject * target, QEvent * event ) { #if defined(SHOWEVENTS)