Skip to content

Commit 1955a52

Browse files
author
mhugent
committed
sip does not like public keyword
git-svn-id: http://svn.osgeo.org/qgis/trunk@12184 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent b007b88 commit 1955a52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/core/qgscomposeritem.sip

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/** \ingroup MapComposer
22
* A item that forms part of a map composition.
33
*/
4-
class QgsComposerItem: public QObject, public QGraphicsRectItem
4+
class QgsComposerItem: QObject, QGraphicsRectItem
55
{
66
%TypeHeaderCode
77
#include <qgscomposeritem.h>

0 commit comments

Comments
 (0)