not a slot

svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=802280
This commit is contained in:
Aaron J. Seigo 2008-04-29 01:24:00 +00:00
parent 13fcca652e
commit c6f866378d

View File

@ -85,6 +85,13 @@ public:
*/ */
Containment* addContainment(const QString& name, const QVariantList& args = QVariantList()); 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: public Q_SLOTS:
/** /**
* Load applet layout from a config file * Load applet layout from a config file
@ -111,13 +118,6 @@ public Q_SLOTS:
*/ */
void destroyContainment(Containment *containment); 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 * @return The type of immutability of this Corona
*/ */