QImageIOPlugin: fix typo in class documentation

Change-Id: Ic459ddc861a33501940e5aea5d5455455af5c584
Reviewed-by: Eirik Aavitsland <eirik.aavitsland@qt.io>
This commit is contained in:
Rolf Eike Beer 2020-02-12 11:02:02 +01:00
parent e65345afb1
commit b4e17a4864

View File

@ -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