Doc: added doc for parameter isMask

Error message: Undocumented parameter 'isMask' in QIcon::setIsMask()

Change-Id: If16d232b6856ff6d5104ac7c32d3b8c0ac4081f9
Reviewed-by: Venugopal Shivashankar <Venugopal.Shivashankar@qt.io>
bb10
Nico Vertriest 2016-07-05 12:56:28 +02:00
parent a2ff5afffa
commit 4f6c6ef65f
1 changed files with 2 additions and 2 deletions

View File

@ -1227,8 +1227,8 @@ bool QIcon::hasThemeIcon(const QString &name)
/*!
\since 5.6
Indicate that this icon is a mask image, and hence can potentially
be modified based on where it's displayed.
Indicate that this icon is a mask image(boolean \a isMask), and hence can
potentially be modified based on where it's displayed.
\sa isMask()
*/
void QIcon::setIsMask(bool isMask)