summaryrefslogtreecommitdiff
path: root/libresourceqt/include/qt4/policy/resource-set.h
diff options
context:
space:
mode:
authorWolf Bergenheim <ext-wolf.2.bergenheim@nokia.com>2010-02-18 12:52:29 +0200
committerWolf Bergenheim <ext-wolf.2.bergenheim@nokia.com>2010-02-18 12:52:29 +0200
commita36aef2b7c5128785a60213a6607191a8bfb1ecf (patch)
treeadd37ed9e8b7172dd5df4fab24a4333a0dd7116c /libresourceqt/include/qt4/policy/resource-set.h
parentfdb67c341fcb9ea0ae29a7889227ded6ac66a362 (diff)
astyled the code
Diffstat (limited to 'libresourceqt/include/qt4/policy/resource-set.h')
-rw-r--r--libresourceqt/include/qt4/policy/resource-set.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libresourceqt/include/qt4/policy/resource-set.h b/libresourceqt/include/qt4/policy/resource-set.h
index 8f0c7a6..fff63d1 100644
--- a/libresourceqt/include/qt4/policy/resource-set.h
+++ b/libresourceqt/include/qt4/policy/resource-set.h
@@ -34,7 +34,7 @@
* resources->addResource(videoResource);
* \endcode
* The resource set now has control over the Resource object pointers. You can
- * drop them, but should NOT delete them. Instead call the ResourcePolicy::ResourceSet::deleteResource()
+ * drop them, but should NOT delete them. Instead call the ResourcePolicy::ResourceSet::deleteResource()
* method. Then when you want to acquire the \ref ResourcePolicy::ResourceSet
* you simply use the \ref ResourcePolicy::ResourceSetacquire() method, like this:
* \code
@@ -229,7 +229,7 @@ private:
bool pendingAudioGroup;
bool pendingAudioStream;
bool pendingAudioPid;
-
+
private slots:
void connectedHandler();
void handleGranted(quint32);
@@ -240,7 +240,7 @@ private slots:
void handleAudioPidChange(quint32 newPid);
void handleAudioGroupChange(const QString &newGroup);
- void handleAudioStreamTagChanged(const QString &newGroup);
+ void handleAudioStreamTagChanged(const QString &name, const QString &value);
};
}