summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVenugopal Shivashankar <venugopal.shivashankar@digia.com>2015-05-27 13:08:40 +0200
committerVenugopal Shivashankar <venugopal.shivashankar@digia.com>2015-05-29 20:21:52 +0000
commit02e0e2a9770448a2f2a988b145590ff4a0b86b81 (patch)
tree0240ec55adad3ba7d63be713e92abe51bda0633e
parent0002e934391ace7b77665a227068c3e06d576772 (diff)
downloadqtwebsockets-02e0e2a9770448a2f2a988b145590ff4a0b86b81.tar.gz
Doc: Updated the list of examples that need generic thumbnail image5.4
One of the example documentation has an image so the list must be more specific. Task-number: QTBUG-41996 Change-Id: I785dad33f227a7e51daf61540f402e67b6609cc7 Reviewed-by: Martin Smith <martin.smith@digia.com> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
-rw-r--r--src/websockets/doc/qtwebsockets.qdocconf6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/websockets/doc/qtwebsockets.qdocconf b/src/websockets/doc/qtwebsockets.qdocconf
index 2e1e15b..f9e44c7 100644
--- a/src/websockets/doc/qtwebsockets.qdocconf
+++ b/src/websockets/doc/qtwebsockets.qdocconf
@@ -54,7 +54,11 @@ examples.fileextensions += "*.html"
imagedirs += ../../../examples/websockets/doc/images
-manifestmeta.thumbnail.names += "QtWebSockets/*"
+#add generic thumbnail images for example documentation that does not have an image.
+manifestmeta.thumbnail.names += "QtWebSockets/Echo Client*" \
+ "QtWebSockets/QML*" \
+ "QtWebSockets/SSL*" \
+ "QtWebSockets/Simple*"
navigation.landingpage = "Qt WebSockets"
navigation.cppclassespage = "Qt WebSockets C++ Classes"