formfactor and location are not virtual
This commit is contained in:
parent
e9ca1b0f59
commit
00bb07651b
@ -150,14 +150,14 @@ class PLASMA_EXPORT Applet : public QObject
|
|||||||
*
|
*
|
||||||
* @see Plasma::FormFactor
|
* @see Plasma::FormFactor
|
||||||
*/
|
*/
|
||||||
virtual FormFactor formFactor() const;
|
FormFactor formFactor() const;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Returns the location of the scene which is displaying applet.
|
* Returns the location of the scene which is displaying applet.
|
||||||
*
|
*
|
||||||
* @see Plasma::Location
|
* @see Plasma::Location
|
||||||
*/
|
*/
|
||||||
virtual Location location() const;
|
Location location() const;
|
||||||
|
|
||||||
//CONFIGURATION
|
//CONFIGURATION
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user