API reviews:
containments() is no more a slot svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=800744
This commit is contained in:
parent
b1da29061c
commit
2e3b672a04
10
corona.h
10
corona.h
@ -61,6 +61,11 @@ public:
|
|||||||
*/
|
*/
|
||||||
QString appletMimeType();
|
QString appletMimeType();
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @return all containments on this Corona
|
||||||
|
*/
|
||||||
|
QList<Containment*> containments() const;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Clear the Corona from all applets.
|
* Clear the Corona from all applets.
|
||||||
*/
|
*/
|
||||||
@ -122,11 +127,6 @@ public Q_SLOTS:
|
|||||||
*/
|
*/
|
||||||
Containment* containmentForScreen(int screen) const;
|
Containment* containmentForScreen(int screen) const;
|
||||||
|
|
||||||
/**
|
|
||||||
* Returns all containments on this Corona
|
|
||||||
*/
|
|
||||||
QList<Containment*> containments() const;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @return The type of immutability of this applet
|
* @return The type of immutability of this applet
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user