From b4e17a48646a1d2156b7d56ab6003db46af79cec Mon Sep 17 00:00:00 2001 From: Rolf Eike Beer Date: Wed, 12 Feb 2020 11:02:02 +0100 Subject: [PATCH] QImageIOPlugin: fix typo in class documentation Change-Id: Ic459ddc861a33501940e5aea5d5455455af5c584 Reviewed-by: Eirik Aavitsland --- src/gui/image/qimageiohandler.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/image/qimageiohandler.cpp b/src/gui/image/qimageiohandler.cpp index 0c9083a16e9..6a17df99558 100644 --- a/src/gui/image/qimageiohandler.cpp +++ b/src/gui/image/qimageiohandler.cpp @@ -224,7 +224,7 @@ An image format plugin can support three capabilities: reading (\l CanRead), writing (\l CanWrite) and \e incremental reading (\l - CanReadIncremental). Reimplement capabilities() in you subclass to + CanReadIncremental). Reimplement capabilities() in your subclass to expose the capabilities of your image format. create() should create an instance of your QImageIOHandler