On terça-feira, 21 de novembro de 2017 13:52:00 PST andrea via Development
wrote:
> if (Q_UNLIKELY(version != QObjectPrivateVersion))
> qFatal("Cannot mix incompatible Qt library (version 0x%x) with this
> library (version 0x%x)", version, QObjectPrivateVersion);
>
> This eventually
On 21/11/17 21:42, Thiago Macieira wrote:
On terça-feira, 21 de novembro de 2017 13:42:25 PST Thiago Macieira wrote:
On terça-feira, 21 de novembro de 2017 12:54:47 PST andrea via Development
wrote:
but in doing so I realised that in Linux the function
static void qt_message_fatal(QtMsgType,
On terça-feira, 21 de novembro de 2017 13:42:25 PST Thiago Macieira wrote:
> On terça-feira, 21 de novembro de 2017 12:54:47 PST andrea via Development
>
> wrote:
> > but in doing so I realised that in Linux the function
> >
> > static void qt_message_fatal(QtMsgType, const QMessageLogContext &co
I've had a crash today because of a mismatch between .so versions.
Solution was easy
https://bugzilla.redhat.com/show_bug.cgi?id=1515922
but in doing so I realised that in Linux the function
static void qt_message_fatal(QtMsgType, const QMessageLogContext &context, const
QString &message)
in
On 11/21/2017 06:19 AM, Andy Shaw wrote:
I have been doing some work on the printing side of things lately, since this
is quite a well voted for feature I’ll try and find time to investigate this
further (assuming no one else beats me to it) over the next week or so.
Andy
Thank you so much