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) {
|
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);
|
||||||
|
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user