summaryrefslogtreecommitdiff
path: root/libresourceqt/include/qt4/policy/resource-set.h
diff options
context:
space:
mode:
Diffstat (limited to 'libresourceqt/include/qt4/policy/resource-set.h')
-rw-r--r--libresourceqt/include/qt4/policy/resource-set.h10
1 files changed, 4 insertions, 6 deletions
diff --git a/libresourceqt/include/qt4/policy/resource-set.h b/libresourceqt/include/qt4/policy/resource-set.h
index fff63d1..c6012c1 100644
--- a/libresourceqt/include/qt4/policy/resource-set.h
+++ b/libresourceqt/include/qt4/policy/resource-set.h
@@ -226,9 +226,7 @@ private:
bool initialized;
bool pendingAcquire;
bool pendingUpdate;
- bool pendingAudioGroup;
- bool pendingAudioStream;
- bool pendingAudioPid;
+ bool pendingAudioProperties;
private slots:
void connectedHandler();
@@ -238,9 +236,9 @@ private slots:
void handleResourcesLost(quint32);
void handleResourcesBecameAvailable(quint32);
- void handleAudioPidChange(quint32 newPid);
- void handleAudioGroupChange(const QString &newGroup);
- void handleAudioStreamTagChanged(const QString &name, const QString &value);
+ void handleAudioPropertiesChanged(const QString &group, quint32 pid,
+ const QString &name, const QString &value);
+
};
}