Re: [Development] qt_message_fatal() in Linux

2017-11-21 Thread Thiago Macieira
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

Re: [Development] qt_message_fatal() in Linux

2017-11-21 Thread andrea via Development
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,

Re: [Development] qt_message_fatal() in Linux

2017-11-21 Thread Thiago Macieira
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

[Development] qt_message_fatal() in Linux

2017-11-21 Thread andrea via Development
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

Re: [Development] QT printing via CUPS (advanced printing dalog box missing)

2017-11-21 Thread dark charlot
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