Default arguments in definitions are invalid C++.
svn path=/trunk/kdebase/kwin/; revision=120526
This commit is contained in:
parent
2076b00f61
commit
25d1c5368d
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@ static void delete_pixmaps()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
B2Button::B2Button(Client *_client=0, QWidget *parent=0, const QString& tip=NULL)
|
B2Button::B2Button(Client *_client, QWidget *parent, const QString& tip)
|
||||||
: KWinButton(parent, 0, tip)
|
: KWinButton(parent, 0, tip)
|
||||||
{
|
{
|
||||||
setBackgroundMode(NoBackground);
|
setBackgroundMode(NoBackground);
|
||||||
|
|
Loading…
Reference in a new issue