aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@qt.io>2018-06-20 14:03:17 +0200
committerKai Koehne <kai.koehne@qt.io>2018-06-22 08:58:11 +0000
commit5b2791545ebe648d21fbc7297193779f5d24b631 (patch)
tree6e6e27efb942e1c87dfcf8476ca5d8ec19e3f32d /src/quick
parent92b15c882d651ab5d9bfa84d712c5f520a00b19d (diff)
Add missing 'we mean it' warning to private header
Fixes syncqt warning: QtQuick: WARNING: src/quick/items/qquicktableview_p_p.h does not have the "We mean it." warning Change-Id: Iebda5832bb6a931aec9b34db149c062cf5e03343 Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
Diffstat (limited to 'src/quick')
-rw-r--r--src/quick/items/qquicktableview_p_p.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/quick/items/qquicktableview_p_p.h b/src/quick/items/qquicktableview_p_p.h
index 161fe893a2..fa3cf95268 100644
--- a/src/quick/items/qquicktableview_p_p.h
+++ b/src/quick/items/qquicktableview_p_p.h
@@ -37,6 +37,17 @@
**
****************************************************************************/
+//
+// 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 "qquicktableview_p.h"
#include <QtCore/qtimer.h>