fix build. properly initialize QString
svn path=/trunk/KDE/kdebase/workspace/; revision=1187632
This commit is contained in:
parent
6356c736f8
commit
2a1de10460
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ namespace Oxygen
|
|||
|
||||
//! constructor
|
||||
explicit Button(Client &parent,
|
||||
const QString &tip=NULL,
|
||||
const QString &tip=QString(),
|
||||
ButtonType type=ButtonHelp );
|
||||
|
||||
//! destructor
|
||||
|
|
Loading…
Reference in a new issue