formfactor and location are not virtual

This commit is contained in:
Marco Martin 2013-02-12 11:07:59 +01:00
parent e9ca1b0f59
commit 00bb07651b

View File

@ -150,14 +150,14 @@ class PLASMA_EXPORT Applet : public QObject
*
* @see Plasma::FormFactor
*/
virtual FormFactor formFactor() const;
FormFactor formFactor() const;
/**
* Returns the location of the scene which is displaying applet.
*
* @see Plasma::Location
*/
virtual Location location() const;
Location location() const;
//CONFIGURATION
/**