removed unused parameter to avoid compilation warning
svn path=/trunk/KDE/kdebase/workspace/; revision=1146309
This commit is contained in:
parent
4111a9f051
commit
a07407cef9
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ namespace Oxygen
|
|||
}
|
||||
|
||||
//_____________________________________________
|
||||
bool SizeGrip::eventFilter( QObject* object, QEvent* event )
|
||||
bool SizeGrip::eventFilter( QObject*, QEvent* event )
|
||||
{
|
||||
|
||||
if ( event->type() == QEvent::Resize) updatePosition();
|
||||
|
|
Loading…
Reference in a new issue