Skip to content

Commit

Permalink
QImageIOPlugin: fix typo in class documentation
Browse files Browse the repository at this point in the history
Change-Id: Ic459ddc861a33501940e5aea5d5455455af5c584
Reviewed-by: Eirik Aavitsland <[email protected]>
  • Loading branch information
DerDakon committed Mar 3, 2020
1 parent e65345a commit b4e17a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/image/qimageiohandler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b4e17a4

Please sign in to comment.