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)
|
void InternalToolBox::setShowing(const bool show)
|
||||||
{
|
{
|
||||||
if (show) {
|
if (show) {
|
||||||
kDebug() << "showing";
|
|
||||||
showToolBox();
|
showToolBox();
|
||||||
} else {
|
} else {
|
||||||
kDebug() << "hiding";
|
|
||||||
hideToolBox();
|
hideToolBox();
|
||||||
}
|
}
|
||||||
d->showing = show;
|
d->showing = show;
|
||||||
|
Loading…
Reference in New Issue
Block a user