Grantlee problems

Tomaz Canabrava tcanabrava at kde.org
Wed Jul 29 05:00:03 PDT 2015


If you are connecting signals from  Different threads, please use
Qt::QueuedConnection as the last parameter, please

On Wed, Jul 29, 2015, 06:41 Robert Helling <helling at lmu.de> wrote:

>
> On 29.07.2015, at 11:25, Lubomir I. Ivanov <neolit123 at gmail.com> wrote:
>
> that's bad, :-(
>
> i think it throws errors in the parser and there isn't much we can do
> about it.
> what are the exact Qt / Grantlee versions?
>
> for Grantlee we are targeting 5.0.0 as the minimal version.
> if you are using homebrew to obtain a somehow older version, try
> building from source instead, with something like Qt 5.3.
>
> i doubt it's our code but you can also try commenting out these lines
> in qt-ui/printdialog.cpp:
> 194: connect(printer, SIGNAL(progessUpdated(int)), progressBar,
> SLOT(setValue(int)));
> 206: connect(printer, SIGNAL(progessUpdated(int)), progressBar,
> SLOT(setValue(int)));
> 208: progressBar->setValue(0);
> 209: disconnect(printer, SIGNAL(progessUpdated(int)), progressBar,
> SLOT(setValue(int)));
>
>
> All this is with Qt 5.4 and Grantlee 5.0.0.
>
> Commenting out the mentions of the progress bar does _not_ remove that
> warning about threads (and the other one neither). Even more strange.
>
> Best
> Robert
>
> --
>
> .oOo.oOo.oOo.oOo.oOo.oOo.oOo.oOo.oOo.oOo.oOo.oOo.oOo.oOo.oOo.oOo.oOo.oOo.oOo.oO
> Robert C. Helling     Elite Master Course Theoretical and Mathematical
> Physics
>                       Scientific Coordinator
>                       Ludwig Maximilians Universitaet Muenchen, Dept.
> Physik
>                       Phone: +49 89 2180-4523  Theresienstr. 39, rm. B339
>                       http://www.atdotde.de
>
> Enhance your privacy, use cryptography! My PGP keys have fingerprints
> A9D1 A01D 13A5 31FA 6515  BB44 0820 367C 36BC 0C1D    and
> DCED 37B6 251C 7861 270D  5613 95C7 9D32 9A8D 9B8F
>
> _______________________________________________
> subsurface mailing list
> subsurface at subsurface-divelog.org
> http://lists.subsurface-divelog.org/cgi-bin/mailman/listinfo/subsurface
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.subsurface-divelog.org/pipermail/subsurface/attachments/20150729/78ac6401/attachment.html>


More information about the subsurface mailing list