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
parent
a2ff5afffa
commit
4f6c6ef65f
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue