API REVIEW: showConfigurationInterface() -> nonvirtual

svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=802232
This commit is contained in:
Davide Bettio 2008-04-28 21:23:27 +00:00
parent 571e8a0db6
commit b37d43eafd

View File

@ -507,11 +507,8 @@ class PLASMA_EXPORT Applet : public QGraphicsWidget
* Lets the user interact with the plasmoid options.
* Called when the user selects the configure entry
* from the context menu.
*
* Applets should NOT reimplement this method unless there is good
* reason to do so, but instead reimplment createConfigurationInterface
*/
virtual void showConfigurationInterface();
void showConfigurationInterface();
/**
* Causes this applet to raise above all other applets.