mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-14 00:07:35 -04:00
sip does not like public keyword
git-svn-id: http://svn.osgeo.org/qgis/trunk@12184 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
b007b8833f
commit
1955a5256a
@ -1,7 +1,7 @@
|
||||
/** \ingroup MapComposer
|
||||
* A item that forms part of a map composition.
|
||||
*/
|
||||
class QgsComposerItem: public QObject, public QGraphicsRectItem
|
||||
class QgsComposerItem: QObject, QGraphicsRectItem
|
||||
{
|
||||
%TypeHeaderCode
|
||||
#include <qgscomposeritem.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user