remove operationsChanged signal

This commit is contained in:
Marco Martin 2013-05-02 18:13:05 +02:00
parent 4397a6c06d
commit 8f61ecbe49
2 changed files with 0 additions and 9 deletions

View File

@ -360,8 +360,6 @@ void Service::setOperationsScheme(QIODevice *xml)
d->operationsMap = configLoaderHandler.groupsMap();
delete configLoaderPrivate;
emit operationsChanged();
{
QHashIterator<QWidget *, QString> it(d->associatedWidgets);
while (it.hasNext()) {

View File

@ -173,13 +173,6 @@ public:
Q_INVOKABLE void disassociateItem(QQuickItem *widget);
Q_SIGNALS:
/**
* Emitted when the Service's operations change. For example, a
* media player service may change what operations are available
* in response to the state of the player.
*/
void operationsChanged();
/**
* Emitted when this service is ready for use
*/