remove releaseVisualFocus

This commit is contained in:
Marco Martin 2013-03-04 16:33:59 +01:00
parent 55add92bf8
commit 759780ce3f
2 changed files with 0 additions and 10 deletions

View File

@ -495,8 +495,6 @@ Containment *CoronaPrivate::addContainment(const QString &name, const QVariantLi
q, SLOT(containmentDestroyed(QObject*)));
QObject::connect(containment, SIGNAL(configNeedsSaving()),
q, SLOT(requestConfigSync()));
QObject::connect(containment, SIGNAL(releaseVisualFocus()),
q, SIGNAL(releaseVisualFocus()));
QObject::connect(containment, SIGNAL(screenChanged(int,int,Plasma::Containment*)),
q, SIGNAL(screenOwnerChanged(int,int,Plasma::Containment*)));

View File

@ -249,14 +249,6 @@ Q_SIGNALS:
*/
void screenOwnerChanged(int wasScreen, int isScreen, Plasma::Containment *containment);
/**
* This signal indicates that an application launch, window
* creation or window focus event was triggered. This is used, for instance,
* to ensure that the Dashboard view in Plasma hides when such an event is
* triggered by an item it is displaying.
*/
void releaseVisualFocus();
/**
* This signal indicates that the configuration file was flushed to disk.
*/