Compile error in plugins/mapshape
Thorsten Zachmann
t.zachmann at zagge.de
Sun Dec 11 11:49:31 GMT 2011
Hello Valentin,
On Sunday, December 11, 2011 12:08:20 Valentin Rusu wrote:
> /home/kde/src/calligra/plugins/mapshape/MapTool.cpp: In member function
> ‘virtual QWidget* MapTool::createO
> /home/kde/src/calligra/plugins/mapshape/MapTool.cpp:112:22: error:
> ‘class Marble::MarbleControlBox’ has no member named ‘addMarblet’
looks like you have a change in the line MapTool.cpp:112
It should be:
d->m_controlBox->addMarbleWidget(d->m_shape->marbleWidget());
which results in the build error.
Thorsten
More information about the calligra-devel
mailing list