SVN_SILENT: hush

svn path=/trunk/KDE/kdelibs/; revision=1071383
This commit is contained in:
Aaron J. Seigo 2010-01-07 22:13:43 +00:00
parent c1e947a768
commit d302d838d5

View File

@ -228,10 +228,8 @@ bool InternalToolBox::isShowing() const
void InternalToolBox::setShowing(const bool show)
{
if (show) {
kDebug() << "showing";
showToolBox();
} else {
kDebug() << "hiding";
hideToolBox();
}
d->showing = show;