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

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

2017-03-03 Thread Jesus Fernandez
Are you using QString::fromUtf8 to decode the received QByteArray? On Friday, March 03, 2017 04:35:50 PM jschneider...@gog.com wrote: > 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 tes