API reviews:

removing launchActivated() signal from Corona.
it was not used here, but still needed in Containment and Applet

svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=800751
This commit is contained in:
Marco Martin 2008-04-24 19:29:28 +00:00
parent ba4beb2835
commit 3a295e1062
2 changed files with 0 additions and 7 deletions

View File

@ -334,8 +334,6 @@ Containment* Corona::addContainment(const QString& name, const QVariantList& arg
d->containments.append(containment);
connect(containment, SIGNAL(destroyed(QObject*)),
this, SLOT(containmentDestroyed(QObject*)));
connect(containment, SIGNAL(launchActivated()),
SIGNAL(launchActivated()));
connect(containment, SIGNAL(configNeedsSaving()),
SLOT(scheduleConfigSync()));
connect(containment, SIGNAL(screenChanged(int,int,Plasma::Containment*)),

View File

@ -139,11 +139,6 @@ public Q_SLOTS:
void setImmutability(const ImmutabilityType immutable);
Q_SIGNALS:
/**
* This signal indicates that a application launch was triggered
*/
void launchActivated();
/**
* This signal indicates a new containment has been added to
* the Corona