From 043a67fb7831ed76bd1dbc3d5b1f6b0641d39a6d Mon Sep 17 00:00:00 2001 From: "Aaron J. Seigo" Date: Fri, 24 Apr 2009 19:28:37 +0000 Subject: [PATCH] SVN_SILENT: minor ws fix svn path=/trunk/KDE/kdelibs/; revision=958824 --- private/toolbox.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/private/toolbox.cpp b/private/toolbox.cpp index 5858de0ed..429ce3122 100644 --- a/private/toolbox.cpp +++ b/private/toolbox.cpp @@ -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)