On 29 July 2015 at 15:00, Tomaz Canabrava <[email protected]> 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 -- _______________________________________________ subsurface mailing list [email protected] http://lists.subsurface-divelog.org/cgi-bin/mailman/listinfo/subsurface
