summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2020-03-02 17:31:28 +0100
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2020-03-03 10:01:34 +0100
commit3dc4d2a3b22eefa11ac1b8a3a908b0a6721ed3d9 (patch)
tree6a9046aa7a405325d80719f825ea7f12c231ac8e
parent782a097d8950dca2620a8952856864ede62b0b59 (diff)
Assistant: Add missing "We mean it" comments to private headers
Fix warnings: qttools/src/assistant/help/qfilternamedialog_p.h does not have the "We mean it." warning qttools/src/assistant/help/qhelpfiltersettings_p.h does not have the "We mean it." warning qttools/src/assistant/help/qoptionswidget_p.h does not have the "We mean it." warning Change-Id: Id9f9ce61f110ad05c7676004f5ac372b275ce634 Reviewed-by: Jarek Kobus <jaroslaw.kobus@qt.io>
-rw-r--r--src/assistant/help/qfilternamedialog_p.h11
-rw-r--r--src/assistant/help/qhelpfiltersettings_p.h11
-rw-r--r--src/assistant/help/qoptionswidget_p.h11
3 files changed, 33 insertions, 0 deletions
diff --git a/src/assistant/help/qfilternamedialog_p.h b/src/assistant/help/qfilternamedialog_p.h
index f805e9308..76a495d78 100644
--- a/src/assistant/help/qfilternamedialog_p.h
+++ b/src/assistant/help/qfilternamedialog_p.h
@@ -29,6 +29,17 @@
#ifndef QFILTERNAMEDIALOG_H
#define QFILTERNAMEDIALOG_H
+//
+// W A R N I N G
+// -------------
+//
+// This file is not part of the Qt API. It exists for the convenience
+// of the help generator tools. This header file may change from version
+// to version without notice, or even be removed.
+//
+// We mean it.
+//
+
#include <QtWidgets/QDialog>
#include "ui_qfilternamedialog.h"
diff --git a/src/assistant/help/qhelpfiltersettings_p.h b/src/assistant/help/qhelpfiltersettings_p.h
index da25d300e..cf5622b6d 100644
--- a/src/assistant/help/qhelpfiltersettings_p.h
+++ b/src/assistant/help/qhelpfiltersettings_p.h
@@ -40,6 +40,17 @@
#ifndef QHELPFILTERSETTINGS_H
#define QHELPFILTERSETTINGS_H
+//
+// W A R N I N G
+// -------------
+//
+// This file is not part of the Qt API. It exists for the convenience
+// of the help generator tools. This header file may change from version
+// to version without notice, or even be removed.
+//
+// We mean it.
+//
+
#include <QtCore/QSharedDataPointer>
QT_BEGIN_NAMESPACE
diff --git a/src/assistant/help/qoptionswidget_p.h b/src/assistant/help/qoptionswidget_p.h
index ff075e464..a6700c1d7 100644
--- a/src/assistant/help/qoptionswidget_p.h
+++ b/src/assistant/help/qoptionswidget_p.h
@@ -29,6 +29,17 @@
#ifndef QOPTIONSWIDGET_H
#define QOPTIONSWIDGET_H
+//
+// W A R N I N G
+// -------------
+//
+// This file is not part of the Qt API. It exists for the convenience
+// of the help generator tools. This header file may change from version
+// to version without notice, or even be removed.
+//
+// We mean it.
+//
+
#include <QtWidgets/QWidget>
#include <QtCore/QMap>