remove an empty virtual method
This commit is contained in:
parent
4c2a859ea1
commit
bed4711fa9
@ -2116,10 +2116,6 @@ void Containment::showConfigurationInterface()
|
|||||||
Applet::showConfigurationInterface();
|
Applet::showConfigurationInterface();
|
||||||
}
|
}
|
||||||
|
|
||||||
void Containment::configChanged()
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
void ContainmentPrivate::configChanged()
|
void ContainmentPrivate::configChanged()
|
||||||
{
|
{
|
||||||
if (drawWallpaper) {
|
if (drawWallpaper) {
|
||||||
|
@ -533,13 +533,6 @@ Q_SIGNALS:
|
|||||||
*/
|
*/
|
||||||
void showConfigurationInterface();
|
void showConfigurationInterface();
|
||||||
|
|
||||||
/**
|
|
||||||
* Called when applet configuration values have changed.
|
|
||||||
* @reimp
|
|
||||||
* @sa Applet::configChanged()
|
|
||||||
*/
|
|
||||||
void configChanged();
|
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
//FIXME plasma2: those should be public to allow scripted containments access them
|
//FIXME plasma2: those should be public to allow scripted containments access them
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user