diff --git a/corona.h b/corona.h index 97384534c..aa04be65c 100644 --- a/corona.h +++ b/corona.h @@ -61,6 +61,11 @@ public: */ QString appletMimeType(); + /** + * @return all containments on this Corona + */ + QList containments() const; + /** * Clear the Corona from all applets. */ @@ -122,11 +127,6 @@ public Q_SLOTS: */ Containment* containmentForScreen(int screen) const; - /** - * Returns all containments on this Corona - */ - QList containments() const; - /** * @return The type of immutability of this applet */