SVN_SILENT add missing const
svn path=/trunk/KDE/kdebase/workspace/; revision=707760
This commit is contained in:
parent
8f9eb21004
commit
3486f094c9
1 changed files with 1 additions and 1 deletions
|
@ -456,7 +456,7 @@ void B2Client::init()
|
||||||
titlebar->installEventFilter(this);
|
titlebar->installEventFilter(this);
|
||||||
}
|
}
|
||||||
|
|
||||||
void B2Client::addButtons(const QString& s, QString tips[],
|
void B2Client::addButtons(const QString& s, const QString tips[],
|
||||||
B2Titlebar* tb, QBoxLayout* titleLayout)
|
B2Titlebar* tb, QBoxLayout* titleLayout)
|
||||||
{
|
{
|
||||||
if (s.length() <= 0)
|
if (s.length() <= 0)
|
||||||
|
|
Loading…
Reference in a new issue