Fix namespace compilation.
By removing unnamespaced forward decls. Change-Id: Icccb34092ef7451d29f52db08811a2152c50e4b8 Reviewed-by: Jonas Rabbe <jonas.rabbe@nokia.com>
This commit is contained in:
committed by
Qt by Nokia
parent
2307825461
commit
973fb0680d
@@ -43,8 +43,7 @@
|
||||
#define QMLAPPLICATIONVIEWER_H
|
||||
|
||||
#include <QtQuick/QQuickView>
|
||||
|
||||
class QGuiApplication;
|
||||
#include <QtGui/QGuiApplication>
|
||||
|
||||
class QmlApplicationViewer : public QQuickView
|
||||
{
|
||||
|
||||
@@ -43,8 +43,7 @@
|
||||
#define QMLAPPLICATIONVIEWER_H
|
||||
|
||||
#include <QtQuick/QQuickView>
|
||||
|
||||
class QGuiApplication;
|
||||
#include <QtGui/QGuiApplication>
|
||||
|
||||
class QmlApplicationViewer : public QQuickView
|
||||
{
|
||||
|
||||
@@ -43,8 +43,7 @@
|
||||
#define FREQUENCYMONITOR_H
|
||||
|
||||
#include <QtCore/QObject>
|
||||
|
||||
class QTimer;
|
||||
#include <QtCore/QTimer>
|
||||
|
||||
class FrequencyMonitorPrivate;
|
||||
|
||||
|
||||
@@ -40,7 +40,6 @@
|
||||
****************************************************************************/
|
||||
|
||||
#include "performancemonitor.h"
|
||||
#include <QtCore/QString>
|
||||
|
||||
namespace PerformanceMonitor {
|
||||
|
||||
|
||||
@@ -42,7 +42,7 @@
|
||||
#ifndef PERFORMANCEMONITOR_H
|
||||
#define PERFORMANCEMONITOR_H
|
||||
|
||||
class QString;
|
||||
#include <QtCore/QString>
|
||||
|
||||
namespace PerformanceMonitor {
|
||||
struct State {
|
||||
|
||||
Reference in New Issue
Block a user