do not show the preview label since this is not relevant and only slows down the test

svn path=/trunk/kdebase/kwin/; revision=396656
This commit is contained in:
Sandro Giessl 2005-03-11 14:31:45 +00:00
parent f80d4f2160
commit 721415e1fc

View file

@ -293,7 +293,7 @@ void KDecorationPreviewBridge::setMask( const QRegion& reg, int mode )
bool KDecorationPreviewBridge::isPreview() const
{
return true;
return false;
}
QRect KDecorationPreviewBridge::geometry() const