mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-11 23:54:18 +00:00
A small documentation fix
This commit is contained in:
parent
8aca5604eb
commit
142bebbb92
1 changed files with 2 additions and 2 deletions
|
|
@ -106,8 +106,8 @@ public:
|
|||
/** Sets an icon to show in the title bar, next to the title.
|
||||
|
||||
A copy is made internally of the image, so the caller can delete the
|
||||
image after calling this. If 0 is passed-in, any existing icon will be
|
||||
removed.
|
||||
image after calling this. If an empty Image is passed-in, any existing icon
|
||||
will be removed.
|
||||
*/
|
||||
void setIcon (const Image& imageToUse);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue