Hi Matthias,
Thanks for the tip, I'll try that!
Kind regards,
Julien
> Hi Julien,
>
> I could fix these in the past by adding the appropriate ModuleHeaderCode,
> it requires looking into the generated sip_corepart file to find out which
> class was responsible.
>
> #ifdef SIP_RUN
> % ModuleHea
Hi Julien,
I could fix these in the past by adding the appropriate ModuleHeaderCode,
it requires looking into the generated sip_corepart file to find out which
class was responsible.
#ifdef SIP_RUN
% ModuleHeaderCode
#include "qgsoptionalexpression.h"
% End
#endif
Hope this helps
Matthias
On Mo
Hy Nyall,
Yes, I am already rebased on master. And I saw you change it to 13, so I
try to increase it to 14... and it works for core but not analysis.
For now, I'm gonna stick with a concat value of 1, and when I'll be
ready to push, I'll search for a value which works.
Thanks for your respons
On Wed, 26 May 2021 at 23:49, Julien Cabieces
wrote:
>
>
> Hi devs,
>
> I'm working on a new QGIS feature and wanted to add a new API in core module.
> I get a strange error when building, on a class not related to what I am
> adding.
>
> /home/julien/work/QGIS/build_debug/python/core/sip_corepa
Hi devs,
I'm working on a new QGIS feature and wanted to add a new API in core module. I
get a strange error when building, on a class not related to what I am adding.
/home/julien/work/QGIS/build_debug/python/core/sip_corepart11.cpp:272:67:
error: no type named 'QgsOptionalQgsExpressionBase