summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@nokia.com>2012-01-11 09:29:46 +0100
committerQt by Nokia <qt-info@nokia.com>2012-01-11 09:36:37 +0100
commit1624ff06b8c702078b1974ccfa586d339e612ad0 (patch)
treeec67a99edb584ef09ebb5a27cde60bb5af468469 /src
parentd5e48ccae233ee73b166c799643a7fb8c74ca1b0 (diff)
Fix warning, QUuid is now a class.
Change-Id: I0b74ec61c53cf8b14637e0e50c2265defaabfdb5 Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
Diffstat (limited to 'src')
-rw-r--r--src/activeqt/container/qaxbase.h2
-rw-r--r--src/activeqt/control/qaxaggregated.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/activeqt/container/qaxbase.h b/src/activeqt/container/qaxbase.h
index 294b69d..5f83940 100644
--- a/src/activeqt/container/qaxbase.h
+++ b/src/activeqt/container/qaxbase.h
@@ -57,7 +57,7 @@ QT_MODULE(ActiveQt)
#ifndef QT_NO_WIN_ACTIVEQT
-struct QUuid;
+class QUuid;
class QAxEventSink;
class QAxObject;
class QAxBasePrivate;
diff --git a/src/activeqt/control/qaxaggregated.h b/src/activeqt/control/qaxaggregated.h
index 82a141d..1097215 100644
--- a/src/activeqt/control/qaxaggregated.h
+++ b/src/activeqt/control/qaxaggregated.h
@@ -53,7 +53,7 @@ QT_MODULE(ActiveQt)
#ifndef QT_NO_WIN_ACTIVEQT
-struct QUuid;
+class QUuid;
class QAxAggregated
{