summaryrefslogtreecommitdiff
path: root/examples/player/histogramwidget.h
diff options
context:
space:
mode:
authorhjk <qthjk@ovi.com>2012-11-20 18:27:28 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-11-21 14:01:44 +0100
commit21c39152055131d87614f051ca08566bd51f268f (patch)
tree95854dfdd5fee984742c18507eb6efca3d2761dc /examples/player/histogramwidget.h
parent9f4d6e824c1b75642150f448f8a359dbc95fb955 (diff)
downloadqtmultimedia-21c39152055131d87614f051ca08566bd51f268f.tar.gz
Multimedia: examples coding style unification
Change-Id: Iffae3a276bb2b01f871aee76dc069ce006d69fce Reviewed-by: David Schulz <david.schulz@digia.com>
Diffstat (limited to 'examples/player/histogramwidget.h')
-rw-r--r--examples/player/histogramwidget.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/examples/player/histogramwidget.h b/examples/player/histogramwidget.h
index 6607a746b..6a8aa16fe 100644
--- a/examples/player/histogramwidget.h
+++ b/examples/player/histogramwidget.h
@@ -41,13 +41,12 @@
#ifndef HISTOGRAMWIDGET_H
#define HISTOGRAMWIDGET_H
-#include <QWidget>
-#include <qvideoframe.h>
#include <QThread>
+#include <QVideoFrame>
+#include <QWidget>
-QT_USE_NAMESPACE
-
-class FrameProcessor: public QObject {
+class FrameProcessor: public QObject
+{
Q_OBJECT
public slots:
@@ -60,6 +59,7 @@ signals:
class HistogramWidget : public QWidget
{
Q_OBJECT
+
public:
explicit HistogramWidget(QWidget *parent = 0);
~HistogramWidget();