summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlcontext_p.h
diff options
context:
space:
mode:
authorMichael Brasser <michael.brasser@nokia.com>2009-06-30 04:26:23 (GMT)
committerMichael Brasser <michael.brasser@nokia.com>2009-06-30 04:26:23 (GMT)
commita77153a64e8559b21a7e6ea53fe26eb2719ce9f5 (patch)
treea57676f946a796f578c9a86f8768ab4821fa5471 /src/declarative/qml/qmlcontext_p.h
parent1674eeb1b331f000a6dc651ec12b682ba5b7fd77 (diff)
downloadQt-a77153a64e8559b21a7e6ea53fe26eb2719ce9f5.zip
Qt-a77153a64e8559b21a7e6ea53fe26eb2719ce9f5.tar.gz
Qt-a77153a64e8559b21a7e6ea53fe26eb2719ce9f5.tar.bz2
Cleanup
Fix up license headers and private warnings, as well as other general cleanups.
Diffstat (limited to 'src/declarative/qml/qmlcontext_p.h')
-rw-r--r--src/declarative/qml/qmlcontext_p.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/declarative/qml/qmlcontext_p.h b/src/declarative/qml/qmlcontext_p.h
index 4d88fc2..569b320 100644
--- a/src/declarative/qml/qmlcontext_p.h
+++ b/src/declarative/qml/qmlcontext_p.h
@@ -42,6 +42,17 @@
#ifndef QMLCONTEXT_P_H
#define QMLCONTEXT_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.
+//
+
#include <QtDeclarative/qmlcontext.h>
#include <private/qobject_p.h>
#include <private/qmldeclarativedata_p.h>
@@ -50,6 +61,7 @@
#include <QtCore/qset.h>
QT_BEGIN_NAMESPACE
+
class QmlContext;
class QmlExpression;
class QmlEngine;
@@ -99,6 +111,7 @@ public:
QmlSimpleDeclarativeData contextData;
QObjectList contextObjects;
};
+
QT_END_NAMESPACE
#endif // QMLCONTEXT_P_H