diff options
author | Michael Brasser <michael.brasser@nokia.com> | 2009-06-30 04:26:23 (GMT) |
---|---|---|
committer | Michael Brasser <michael.brasser@nokia.com> | 2009-06-30 04:26:23 (GMT) |
commit | a77153a64e8559b21a7e6ea53fe26eb2719ce9f5 (patch) | |
tree | a57676f946a796f578c9a86f8768ab4821fa5471 /src/declarative/qml/qmlboundsignal_p.h | |
parent | 1674eeb1b331f000a6dc651ec12b682ba5b7fd77 (diff) | |
download | Qt-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/qmlboundsignal_p.h')
-rw-r--r-- | src/declarative/qml/qmlboundsignal_p.h | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/src/declarative/qml/qmlboundsignal_p.h b/src/declarative/qml/qmlboundsignal_p.h index 2c05770..39c0c46 100644 --- a/src/declarative/qml/qmlboundsignal_p.h +++ b/src/declarative/qml/qmlboundsignal_p.h @@ -42,10 +42,22 @@ #ifndef QMLBOUNDSIGNAL_P_H #define QMLBOUNDSIGNAL_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/qmlexpression.h> #include <private/qobject_p.h> QT_BEGIN_NAMESPACE + class QmlBoundSignal : public QmlExpressionObject { Q_OBJECT @@ -98,7 +110,6 @@ private: QmlBoundSignalParameters *params; }; +QT_END_NAMESPACE #endif // QMLBOUNDSIGNAL_P_H - -QT_END_NAMESPACE |