From: Aaron J. Seigo Date: Mon, 2 Jul 2007 10:54:00 +0000 (+0000) Subject: rypton has reimplement configureDialog() though it hasn't actually X-Git-Tag: v3.92.0~49 X-Git-Url: https://git.rmz.fi/?a=commitdiff_plain;h=c9c0f9d06df541e9ddfc34f525b5148e1813ad78;p=libqmvoc.git rypton has reimplement configureDialog() though it hasn't actually provided anything in it ... but i figure i may as well add in the setHasConfigurationInterface call it will need eventually as a hint for carsten svn path=/trunk/KDE/kdeedu/libkdeedu/; revision=682294 --- diff --git a/plasma/applets/rypton/rypton.cpp b/plasma/applets/rypton/rypton.cpp index 34d94f2..37d38a8 100644 --- a/plasma/applets/rypton/rypton.cpp +++ b/plasma/applets/rypton/rypton.cpp @@ -58,6 +58,7 @@ Rypton::Rypton(QObject *parent, const QStringList &args) m_dialog(0) { setFlags(QGraphicsItem::ItemIsMovable); + //setHasConfigurationInterface(true); dataEngine("chemicaldata")->connectSource("11", this);