Re: [Development] OS X QString::fromNSString

2015-03-02 Thread Jeremy Whiting
I love it when I send a question to an e-mail list then find the answer myself. My bad, the NSSpeechSynthesizer documentation at apple was wrong. Filing a bug now. BR, Jeremy On Mon, Mar 2, 2015 at 7:16 PM, Jeremy Whiting wrote: > Hello, > > Inside QtSpeech in the mac backend we have a method t

[Development] OS X QString::fromNSString

2015-03-02 Thread Jeremy Whiting
Hello, Inside QtSpeech in the mac backend we have a method that worked fine with Qt 5.4.0. I've recently upgraded to Qt 5.4.1 and when trying to run the example widget I'm getting an exception thrown when we call QString::fromNSString on the age string we get from the NSSpeechSynthesizer voice's a