From 97577a0f27a1f427948871ae535645a2e0788bf7 Mon Sep 17 00:00:00 2001 From: Topi Reinio Date: Tue, 13 Oct 2015 12:53:22 +0200 Subject: Doc: Update examplesinstallpath to include the repository name The examplesinstallpath variable in .qdocconf files defines the path under QT_INSTALL_EXAMPLES where examples are found. To match the way examples are packaged in Qt 5.6, prefix the install path with the repository name. Task-number: QTBUG-48736 Change-Id: Iafb0663b319f97d2fa3e8f938e4546ae11eaaa69 Reviewed-by: Venugopal Shivashankar Reviewed-by: Milian Wolff --- src/webchannel/doc/qtwebchannel.qdocconf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/webchannel/doc/qtwebchannel.qdocconf b/src/webchannel/doc/qtwebchannel.qdocconf index cfb47e4..fc036d2 100644 --- a/src/webchannel/doc/qtwebchannel.qdocconf +++ b/src/webchannel/doc/qtwebchannel.qdocconf @@ -4,7 +4,7 @@ project = QtWebChannel description = Qt WebChannel Reference Documentation version = $QT_VERSION -examplesinstallpath = webchannel +examplesinstallpath = qtwebchannel/webchannel qhp.projects = QtWebChannel -- cgit v1.2.1 From 92d903d92b430222cd3f89eab08d61d947e5abea Mon Sep 17 00:00:00 2001 From: Sergio Martins Date: Sat, 6 Feb 2016 18:29:14 +0000 Subject: Add the "We mean it" warning to private headers Change-Id: I34bcf2e4a2d66c9cb126c2edae79a45064b82a67 Reviewed-by: Milian Wolff --- src/webchannel/qmetaobjectpublisher_p.h | 11 +++++++++++ src/webchannel/qqmlwebchannelattached_p.h | 11 +++++++++++ src/webchannel/qwebchannel_p.h | 11 +++++++++++ src/webchannel/signalhandler_p.h | 11 +++++++++++ src/webchannel/variantargument_p.h | 11 +++++++++++ 5 files changed, 55 insertions(+) (limited to 'src') diff --git a/src/webchannel/qmetaobjectpublisher_p.h b/src/webchannel/qmetaobjectpublisher_p.h index 2f8a3d7..cb3350e 100644 --- a/src/webchannel/qmetaobjectpublisher_p.h +++ b/src/webchannel/qmetaobjectpublisher_p.h @@ -34,6 +34,17 @@ #ifndef QMETAOBJECTPUBLISHER_P_H #define QMETAOBJECTPUBLISHER_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 "variantargument_p.h" #include "signalhandler_p.h" diff --git a/src/webchannel/qqmlwebchannelattached_p.h b/src/webchannel/qqmlwebchannelattached_p.h index d4fdcad..da014a3 100644 --- a/src/webchannel/qqmlwebchannelattached_p.h +++ b/src/webchannel/qqmlwebchannelattached_p.h @@ -34,6 +34,17 @@ #ifndef QQMLWEBCHANNELATTACHED_H #define QQMLWEBCHANNELATTACHED_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 #include "qwebchannelglobal.h" diff --git a/src/webchannel/qwebchannel_p.h b/src/webchannel/qwebchannel_p.h index 5d3bec2..1cd4eb9 100644 --- a/src/webchannel/qwebchannel_p.h +++ b/src/webchannel/qwebchannel_p.h @@ -34,6 +34,17 @@ #ifndef QWEBCHANNEL_P_H #define QWEBCHANNEL_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 "qwebchannelglobal.h" #include diff --git a/src/webchannel/signalhandler_p.h b/src/webchannel/signalhandler_p.h index d7c64c1..971c1c9 100644 --- a/src/webchannel/signalhandler_p.h +++ b/src/webchannel/signalhandler_p.h @@ -34,6 +34,17 @@ #ifndef SIGNALHANDLER_H #define SIGNALHANDLER_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 #include #include diff --git a/src/webchannel/variantargument_p.h b/src/webchannel/variantargument_p.h index 17daaf5..cd0da79 100644 --- a/src/webchannel/variantargument_p.h +++ b/src/webchannel/variantargument_p.h @@ -34,6 +34,17 @@ #ifndef VARIANTARGUMENT_H #define VARIANTARGUMENT_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 QT_BEGIN_NAMESPACE -- cgit v1.2.1