No warnings.

svn path=/trunk/kdebase/kwin/; revision=268334
This commit is contained in:
Luboš Luňák 2003-11-20 09:05:00 +00:00
parent 4e8799f86c
commit d6721e0b7a
2 changed files with 2 additions and 2 deletions

View file

@ -611,7 +611,7 @@ void B2Client::doShape()
setMask(mask); setMask(mask);
} }
void B2Client::showEvent(QShowEvent *ev) void B2Client::showEvent(QShowEvent *)
{ {
calcHiddenButtons(); calcHiddenButtons();
doShape(); doShape();

View file

@ -65,7 +65,7 @@ WebClient::init()
widget()->setBackgroundMode(NoBackground); widget()->setBackgroundMode(NoBackground);
// title height // title height
const uint textVMargin = 2; const int textVMargin = 2;
QFontMetrics fm(options()->font(isActive(), isTool())); QFontMetrics fm(options()->font(isActive(), isTool()));
// border size // border size