summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/quick3d/qdeclarativemesh.h15
-rw-r--r--src/quick3d/qdeclarativeviewport.h15
2 files changed, 4 insertions, 26 deletions
diff --git a/src/quick3d/qdeclarativemesh.h b/src/quick3d/qdeclarativemesh.h
index 85d68358..bdea9c77 100644
--- a/src/quick3d/qdeclarativemesh.h
+++ b/src/quick3d/qdeclarativemesh.h
@@ -39,19 +39,8 @@
**
****************************************************************************/
-#ifndef QDECLARATIVEMESH_P_H
-#define QDECLARATIVEMESH_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.
-//
+#ifndef QDECLARATIVEMESH_H
+#define QDECLARATIVEMESH_H
#include "qt3dquickglobal.h"
diff --git a/src/quick3d/qdeclarativeviewport.h b/src/quick3d/qdeclarativeviewport.h
index 3026b8e4..8dc501aa 100644
--- a/src/quick3d/qdeclarativeviewport.h
+++ b/src/quick3d/qdeclarativeviewport.h
@@ -39,19 +39,8 @@
**
****************************************************************************/
-#ifndef QDECLARATIVEVIEWPORT_P_H
-#define QDECLARATIVEVIEWPORT_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.
-//
+#ifndef QDECLARATIVEVIEWPORT_H
+#define QDECLARATIVEVIEWPORT_H
#include "qt3dquickglobal.h"
#include <QtCore/qobject.h>