No warnings.
svn path=/trunk/kdebase/kwin/; revision=268334
This commit is contained in:
parent
4e8799f86c
commit
d6721e0b7a
2 changed files with 2 additions and 2 deletions
|
@ -611,7 +611,7 @@ void B2Client::doShape()
|
||||||
setMask(mask);
|
setMask(mask);
|
||||||
}
|
}
|
||||||
|
|
||||||
void B2Client::showEvent(QShowEvent *ev)
|
void B2Client::showEvent(QShowEvent *)
|
||||||
{
|
{
|
||||||
calcHiddenButtons();
|
calcHiddenButtons();
|
||||||
doShape();
|
doShape();
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue