SVN_SILENT: minor ws fix

svn path=/trunk/KDE/kdelibs/; revision=958824
This commit is contained in:
Aaron J. Seigo 2009-04-24 19:28:37 +00:00
parent 447ade0a4f
commit 043a67fb78

View File

@ -186,7 +186,7 @@ void ToolBox::setIconSize(const QSize newSize)
bool ToolBox::showing() const
{
return d->showing;
return d->showing;
}
void ToolBox::setShowing(const bool show)