SVN_SILENT: misc ws fixes
svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=738072
This commit is contained in:
parent
b7ef853123
commit
1dae9bba86
@ -121,7 +121,7 @@ void DataContainer::connectVisualization(QObject* visualization, uint updateInte
|
||||
if (relay) {
|
||||
// connected to a relay
|
||||
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()) {
|
||||
d->relays.remove(relay->m_interval);
|
||||
|
@ -99,7 +99,7 @@ class PLASMA_EXPORT Layout : public LayoutItem
|
||||
* Adds a Item to this Layout.
|
||||
* @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.
|
||||
|
Loading…
Reference in New Issue
Block a user