isImmutable -> immutable
svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=679063
This commit is contained in:
parent
fbbab1b9b6
commit
3fd8500159
@ -350,7 +350,7 @@ void Corona::appletDestroyed(QObject* object)
|
||||
}
|
||||
}
|
||||
|
||||
bool Corona::isImmutable()
|
||||
bool Corona::immutable()
|
||||
{
|
||||
return d->immutable;
|
||||
}
|
||||
|
6
corona.h
6
corona.h
@ -43,11 +43,11 @@ public:
|
||||
explicit Corona(const QRectF & sceneRect, QObject * parent = 0);
|
||||
explicit Corona(qreal x, qreal y, qreal width, qreal height, QObject * parent = 0);
|
||||
~Corona();
|
||||
|
||||
|
||||
/**
|
||||
* The applets are changable or not
|
||||
* The applets and Corona surface are changable or not
|
||||
**/
|
||||
bool isImmutable();
|
||||
bool immutable();
|
||||
|
||||
/**
|
||||
* The location of the Corona. @see Plasma::Location
|
||||
|
Loading…
Reference in New Issue
Block a user