diff options
author | Ling Hu <ling.hu@nokia.com> | 2012-07-05 14:47:42 +1000 |
---|---|---|
committer | Qt by Nokia <qt-info@nokia.com> | 2012-07-11 06:56:18 +0200 |
commit | 48c945bac3030c1c26dd9da9bea6e0deea7e5714 (patch) | |
tree | 4f802540ee898c738ec1606fab2f7c3503bbfd59 /src/plugins/wmf/sourceresolver.h | |
parent | 51d7737c19dcffc3fc3039d3565cdea30daf0346 (diff) | |
download | qtmultimedia-48c945bac3030c1c26dd9da9bea6e0deea7e5714.tar.gz |
Added wmf implementation for QAudioDecoderControl
Change-Id: Ib6d5c93577bd55995a9ae51e757156149890f15d
Reviewed-by: Jun Zhu <jun.5.zhu@nokia.com>
Reviewed-by: Michael Goddard <michael.goddard@nokia.com>
Diffstat (limited to 'src/plugins/wmf/sourceresolver.h')
-rw-r--r-- | src/plugins/wmf/sourceresolver.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/wmf/sourceresolver.h b/src/plugins/wmf/sourceresolver.h index f0568555a..879bea0b4 100644 --- a/src/plugins/wmf/sourceresolver.h +++ b/src/plugins/wmf/sourceresolver.h @@ -3,7 +3,7 @@ ** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies). ** Contact: http://www.qt-project.org/ ** -** This file is part of the Qt Mobility Components. +** This file is part of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:LGPL$ ** GNU Lesser General Public License Usage @@ -49,7 +49,7 @@ class SourceResolver: public QObject, public IMFAsyncCallback { Q_OBJECT public: - SourceResolver(QObject *parent); + SourceResolver(); ~SourceResolver(); |