summaryrefslogtreecommitdiff
path: root/src/QGst/Ui/graphicsvideosurface.h
diff options
context:
space:
mode:
authorGeorge Kiagiadakis <george.kiagiadakis@collabora.com>2014-05-03 00:09:57 +0200
committerGeorge Kiagiadakis <george.kiagiadakis@collabora.com>2014-05-03 22:31:58 +0300
commit98ab258129a530c81c356705baffd1453deb646a (patch)
treeecc7d78412998db7d108d28dc7a670974e974004 /src/QGst/Ui/graphicsvideosurface.h
parente0d6a07f779863cfa3ec47b4368b72fe0bb4f716 (diff)
s/0.10/1.0/g in places where it was forgotten (qml modules, docs and qmake project files)
Diffstat (limited to 'src/QGst/Ui/graphicsvideosurface.h')
-rw-r--r--src/QGst/Ui/graphicsvideosurface.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/QGst/Ui/graphicsvideosurface.h b/src/QGst/Ui/graphicsvideosurface.h
index 534c667..48d8db6 100644
--- a/src/QGst/Ui/graphicsvideosurface.h
+++ b/src/QGst/Ui/graphicsvideosurface.h
@@ -76,7 +76,7 @@ class GraphicsVideoSurfacePrivate;
* view->rootContext()->setContextProperty(QLatin1String("videoSurface"), surface);
* ...
* // and in your qml file:
- * import QtGStreamer 0.10
+ * import QtGStreamer 1.0
* ...
* VideoItem {
* id: video