summaryrefslogtreecommitdiff
path: root/libresourceqt/src
diff options
context:
space:
mode:
authorWolf Bergenheim <ext-wolf.2.bergenheim@nokia.com>2010-10-20 14:07:00 +0300
committerWolf Bergenheim <ext-wolf.2.bergenheim@nokia.com>2010-10-20 14:07:00 +0300
commit08812af10c43426ef521abbdc68b91f8ba9cfb62 (patch)
tree990c819b0fe08a8a5a28dda1d5cd990f1a8f04c5 /libresourceqt/src
parentb33025a09f6fc4ad9f4c60c71fd629b34e0ba521 (diff)
Updated documentation and bumped version
Diffstat (limited to 'libresourceqt/src')
-rw-r--r--libresourceqt/src/resources.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libresourceqt/src/resources.cpp b/libresourceqt/src/resources.cpp
index 2376984..bdb9e2a 100644
--- a/libresourceqt/src/resources.cpp
+++ b/libresourceqt/src/resources.cpp
@@ -29,7 +29,7 @@ AudioRecorderResource::AudioRecorderResource()
}
AudioRecorderResource::AudioRecorderResource(const AudioRecorderResource &other)
- : Resource(other), group(other.group), pid(other.pid), stream(other.stream)
+ : Resource(other)
{
}