Switch to unified view

a/src/qtgui/ssearch_w.cpp b/src/qtgui/ssearch_w.cpp
1
#ifndef lint
1
#ifndef lint
2
static char rcsid[] = "@(#$Id: ssearch_w.cpp,v 1.24 2007-10-19 15:25:19 dockes Exp $ (C) 2006 J.F.Dockes";
2
static char rcsid[] = "@(#$Id: ssearch_w.cpp,v 1.25 2008-10-13 11:46:06 dockes Exp $ (C) 2006 J.F.Dockes";
3
#endif
3
#endif
4
/*
4
/*
5
 *   This program is free software; you can redistribute it and/or modify
5
 *   This program is free software; you can redistribute it and/or modify
6
 *   it under the terms of the GNU General Public License as published by
6
 *   it under the terms of the GNU General Public License as published by
7
 *   the Free Software Foundation; either version 2 of the License, or
7
 *   the Free Software Foundation; either version 2 of the License, or
...
...
482
    }
482
    }
483
}
483
}
484
#endif
484
#endif
485
#endif
485
#endif
486
486
487
bool SSearch::eventFilter(QObject *target, QEvent *event)
487
bool SSearch::eventFilter(QObject *, QEvent *event)
488
{
488
{
489
#if defined(SHOWEVENTS)
489
#if defined(SHOWEVENTS)
490
    if (event->type() == QEvent::Timer || 
490
    if (event->type() == QEvent::Timer || 
491
    event->type() == QEvent::UpdateRequest ||
491
    event->type() == QEvent::UpdateRequest ||
492
    event->type() == QEvent::Paint)
492
    event->type() == QEvent::Paint)