a bit of const correctness
svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=738506
This commit is contained in:
parent
67b7161912
commit
b57b27550a
@ -155,7 +155,7 @@ void Containment::containmentConstraintsUpdated(Plasma::Constraints constraints)
|
||||
}
|
||||
}
|
||||
|
||||
Containment::Type Containment::type()
|
||||
Containment::Type Containment::type() const
|
||||
{
|
||||
return DesktopContainment;
|
||||
}
|
||||
|
@ -103,7 +103,7 @@ class PLASMA_EXPORT Containment : public Applet
|
||||
/**
|
||||
* Returns the type of containment
|
||||
*/
|
||||
virtual Type type();
|
||||
virtual Type type() const;
|
||||
|
||||
/**
|
||||
* Returns the current form factor the applets in this Containment
|
||||
|
Loading…
x
Reference in New Issue
Block a user