From 21346df77b9725e1bee1faae83905a4ee8dc4654 Mon Sep 17 00:00:00 2001 From: dockes Date: Mon, 23 Jan 2006 07:15:06 +0000 Subject: [PATCH] *** empty log message *** --- src/qtgui/rclmain.cpp | 1 + 1 file changed, 1 insertion(+) 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)