Grantlee problems

Lubomir I. Ivanov neolit123 at gmail.com
Wed Jul 29 05:16:56 PDT 2015


On 29 July 2015 at 15:00, Tomaz Canabrava <tcanabrava at kde.org> wrote:
> If you are connecting signals from  Different threads, please use
> Qt::QueuedConnection as the last parameter, please
>

i think the error is thrown regardless of any connect() calls in the
Subsurface code / printer stack.
actually we only have connect() for the progress bar.

Robert, could you try changing this line in templatelayout.cpp:
m_engine = new Grantlee::Engine(this);

to:
m_engine = new Grantlee::Engine();

lubomir
--


More information about the subsurface mailing list