use the bool that's passed in :P
svn path=/trunk/KDE/kdelibs/; revision=902764
This commit is contained in:
parent
acc16d69ab
commit
bd67989540
@ -95,9 +95,8 @@ QPainterPath AppletScript::shape() const
|
||||
|
||||
void AppletScript::setHasConfigurationInterface(bool hasInterface)
|
||||
{
|
||||
Q_UNUSED(hasInterface)
|
||||
if (applet()) {
|
||||
applet()->setHasConfigurationInterface(true);
|
||||
applet()->setHasConfigurationInterface(hasInterface);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user