SVN_SILENT: misc ws fixes

svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=738072
This commit is contained in:
Aaron J. Seigo 2007-11-17 21:42:36 +00:00
parent b7ef853123
commit 1dae9bba86
2 changed files with 2 additions and 2 deletions

View File

@ -121,7 +121,7 @@ void DataContainer::connectVisualization(QObject* visualization, uint updateInte
if (relay) { if (relay) {
// connected to a relay // connected to a relay
disconnect(relay, SIGNAL(dataUpdated(QString,Plasma::DataEngine::Data)), disconnect(relay, SIGNAL(dataUpdated(QString,Plasma::DataEngine::Data)),
visualization, SLOT(dataUpdated(QString,Plasma::DataEngine::Data))); visualization, SLOT(dataUpdated(QString,Plasma::DataEngine::Data)));
if (relay->isUnused()) { if (relay->isUnused()) {
d->relays.remove(relay->m_interval); d->relays.remove(relay->m_interval);

View File

@ -99,7 +99,7 @@ class PLASMA_EXPORT Layout : public LayoutItem
* Adds a Item to this Layout. * Adds a Item to this Layout.
* @param l Pointer to the Item to be added. * @param l Pointer to the Item to be added.
*/ */
virtual void addItem(LayoutItem *l) = 0; virtual void addItem(LayoutItem *l) = 0;
/** /**
* Removes a Item from this Layout. * Removes a Item from this Layout.