interesting; with that const fix i discovered this clashed with QGrahpicsItem::type() .. doh!
svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=738507
This commit is contained in:
parent
b57b27550a
commit
aad6b2a52b
@ -155,7 +155,7 @@ void Containment::containmentConstraintsUpdated(Plasma::Constraints constraints)
|
||||
}
|
||||
}
|
||||
|
||||
Containment::Type Containment::type() const
|
||||
Containment::Type Containment::containmentType() const
|
||||
{
|
||||
return DesktopContainment;
|
||||
}
|
||||
|
@ -103,7 +103,7 @@ class PLASMA_EXPORT Containment : public Applet
|
||||
/**
|
||||
* Returns the type of containment
|
||||
*/
|
||||
virtual Type type() const;
|
||||
virtual Type containmentType() const;
|
||||
|
||||
/**
|
||||
* Returns the current form factor the applets in this Containment
|
||||
|
Loading…
Reference in New Issue
Block a user