Clarified Window::setIcon() ownership semantics

This commit is contained in:
Jan Haller 2014-07-03 14:08:13 +02:00
parent 471873dff9
commit 1851dcb109

View File

@ -306,7 +306,9 @@ public :
///
/// \param width Icon's width, in pixels
/// \param height Icon's height, in pixels
/// \param pixels Pointer to the array of pixels in memory
/// \param pixels Pointer to the array of pixels in memory. The
/// pixels are copied, so you need not keep the
/// source alive after calling this function.
///
/// \see setTitle
///