diff --git a/corona.h b/corona.h index ecaca2555..9982dfb00 100644 --- a/corona.h +++ b/corona.h @@ -85,6 +85,13 @@ public: */ Containment* addContainment(const QString& name, const QVariantList& args = QVariantList()); + /** + * Returns the Containment, if any, for a given physical screen + * + * @param screen number of the physical screen to locate + */ + Containment* containmentForScreen(int screen) const; + public Q_SLOTS: /** * Load applet layout from a config file @@ -111,13 +118,6 @@ public Q_SLOTS: */ void destroyContainment(Containment *containment); - /** - * Returns the Containment, if any, for a given physical screen - * - * @param screen number of the physical screen to locate - */ - Containment* containmentForScreen(int screen) const; - /** * @return The type of immutability of this Corona */