summaryrefslogtreecommitdiffstats
path: root/examples/video/snippets/performancemonitor
diff options
context:
space:
mode:
Diffstat (limited to 'examples/video/snippets/performancemonitor')
-rw-r--r--examples/video/snippets/performancemonitor/performancemonitor.cpp1
-rw-r--r--examples/video/snippets/performancemonitor/performancemonitor.h2
2 files changed, 1 insertions, 2 deletions
diff --git a/examples/video/snippets/performancemonitor/performancemonitor.cpp b/examples/video/snippets/performancemonitor/performancemonitor.cpp
index 73ebe291f..41a2d34b3 100644
--- a/examples/video/snippets/performancemonitor/performancemonitor.cpp
+++ b/examples/video/snippets/performancemonitor/performancemonitor.cpp
@@ -40,7 +40,6 @@
****************************************************************************/
#include "performancemonitor.h"
-#include <QtCore/QString>
namespace PerformanceMonitor {
diff --git a/examples/video/snippets/performancemonitor/performancemonitor.h b/examples/video/snippets/performancemonitor/performancemonitor.h
index 59e90550f..785f63389 100644
--- a/examples/video/snippets/performancemonitor/performancemonitor.h
+++ b/examples/video/snippets/performancemonitor/performancemonitor.h
@@ -42,7 +42,7 @@
#ifndef PERFORMANCEMONITOR_H
#define PERFORMANCEMONITOR_H
-class QString;
+#include <QtCore/QString>
namespace PerformanceMonitor {
struct State {