Re: [Interest] Moc fails using Qt 5.6

2017-04-11 Thread jschneiderman
Will do later tonight. John Schneiderman Senior Software Engineer Galaxy Desktop Team GOG.com From: Konrad Rosenbaum Sent: wtorek, 11 kwietnia 2017 14:00 To: interest@qt-project.org Cc: jschneider...@gog.com Subject: Re: [Interest] Moc fails using Qt 5.6 Hi, On Mon, April 10, 2017 15:29, jschne

[Interest] Moc fails using Qt 5.6

2017-04-10 Thread jschneiderman
I’ve attached a bit of demonstration code that shows how moc fails when using separators inside enumerations and comments. The error I’m getting is: Class declaration lacks Q_OBJECT macro. Even though it is clearly in the specified class. Is this a known issue or not? I didn’t find anything abou

Re: [Interest] Issue with expanding an environmental variable.

2017-03-06 Thread jschneiderman
From: jschneider...@gog.com Sent: piątek, 3 marca 2017 16:52 To: Jesus Fernandez Subject: RE: [Interest] Issue with expanding an environmental variable. Are you using QString::fromUtf8 to decode the received QByteArray? ___ Thank-you, that was the prob

[Interest] Issue with expanding an environmental variable.

2017-03-03 Thread jschneiderman
In an application we’re developing, we need to expand some environmental variables. We’re using the Qt 5.6 function qgetenv to do that. However, on our test code when an environmental variable contains some non-ANSI characters, e.g. Ξ♣♤ᛝᛞ๏฿Ξ , it is expanded to ?¦?? . These are the contents