SVN_SILENT: hush
svn path=/trunk/KDE/kdelibs/; revision=1071383
This commit is contained in:
parent
c1e947a768
commit
d302d838d5
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user