summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSarah Smith <sarah.j.smith@nokia.com>2011-11-28 17:54:19 -0800
committerQt by Nokia <qt-info@nokia.com>2011-12-01 04:14:10 +0100
commitd6a188c6136c33b5079878529d425c0d39d17fe1 (patch)
tree55d98e80d514bb32a6df84afbcee76bde9d5a39a
parent8548b98f756ed8d8f986b56facc16ecf7e59fbd3 (diff)
Remove spurious private header warns.
When these classes were made public in the quick3d library some private header warnings were not removed - fix that now. Change-Id: I9d23dce91be9d7a92b31df91a8deeaa2ae4830ae Reviewed-by: Patrick Burke <patrick.burke@nokia.com>
-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>