summaryrefslogtreecommitdiffstats
path: root/src/declarative/util/qmlnullablevalue_p.h
diff options
context:
space:
mode:
authorErik Verbruggen <erik.verbruggen@nokia.com>2009-06-30 08:39:47 (GMT)
committerErik Verbruggen <erik.verbruggen@nokia.com>2009-06-30 08:39:47 (GMT)
commitf55c5b5552cf2ca620d02ff553116ae62061f8b5 (patch)
treeaad3a3c79db2993e5b6130ffbe4123be95676f2a /src/declarative/util/qmlnullablevalue_p.h
parent7cba48bea33dcb80979975b27047d81025d054a5 (diff)
parent5732bf283683f0444dbec740cc26c995d9464de6 (diff)
downloadQt-f55c5b5552cf2ca620d02ff553116ae62061f8b5.zip
Qt-f55c5b5552cf2ca620d02ff553116ae62061f8b5.tar.gz
Qt-f55c5b5552cf2ca620d02ff553116ae62061f8b5.tar.bz2
Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
Diffstat (limited to 'src/declarative/util/qmlnullablevalue_p.h')
-rw-r--r--src/declarative/util/qmlnullablevalue_p.h16
1 files changed, 15 insertions, 1 deletions
diff --git a/src/declarative/util/qmlnullablevalue_p.h b/src/declarative/util/qmlnullablevalue_p.h
index f16ddd6..6455642 100644
--- a/src/declarative/util/qmlnullablevalue_p.h
+++ b/src/declarative/util/qmlnullablevalue_p.h
@@ -42,6 +42,19 @@
#ifndef QMLNULLABLEVALUE_P_H
#define QMLNULLABLEVALUE_P_H
+//
+// W A R N I N G
+// -------------
+//
+// This file is not part of the Qt API. It exists purely as an
+// implementation detail. This header file may change from version to
+// version without notice, or even be removed.
+//
+// We mean it.
+//
+
+QT_BEGIN_NAMESPACE
+
template<typename T>
struct QmlNullableValue
{
@@ -63,5 +76,6 @@ struct QmlNullableValue
T value;
};
-#endif // QMLNULLABLEVALUE_P_H
+QT_END_NAMESPACE
+#endif // QMLNULLABLEVALUE_P_H