From 31195f03b37b2ffa7247b3df85859cdb87777aaa Mon Sep 17 00:00:00 2001 From: Mailson Menezes Date: Mon, 12 Nov 2012 00:05:23 -0300 Subject: [PATCH] Document ownership of pixmap in Tile --- core/tile.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/tile.h b/core/tile.h index b1451387d..d9e6ab567 100644 --- a/core/tile.h +++ b/core/tile.h @@ -18,6 +18,8 @@ namespace Okular { /** * This class represents a rectangular portion of a page. * + * It doesn't take ownership of pixmap + * * @since 0.16 (KDE 4.10) */ class OKULAR_EXPORT Tile