[Kde-bindings] KRubyPluginFactory#create ignores parent widget
David Palacio
dpalacio at uninorte.edu.co
Sat Jan 3 23:33:38 UTC 2009
KCModules are loading thanks to krubypluginfactory but they are not embedded
into the settings dialog. I think it is because create() does not pass the
parentWidget parameter to the module constructor.
krubypluginfactory.cpp
[...]
QObject *KRubyPluginFactory::create(const char *iface, QWidget *parentWidget,
QObject *parent, const QVariantList &args, const QString &keyword)
{
Q_UNUSED(iface);
Q_UNUSED(parentWidget);
[...]
More information about the Kde-bindings
mailing list