Re: How to forward a message to QCoreApplication::arguments() ?

2010-11-19 Thread Ville M. Vainio
On Fri, Nov 19, 2010 at 8:22 PM, Timo Pelkonen wrote: > I am trying to give a message with random length and formation to simple Qt > cli application. What is the best way to do it? I have tried with quotation > marks but åäö don't appear at all and the message could contain quotation > marks so

How to forward a message to QCoreApplication::arguments() ?

2010-11-19 Thread Timo Pelkonen
Hi I am trying to give a message with random length and formation to simple Qt cli application. What is the best way to do it? I have tried with quotation marks but åäö don't appear at all and the message could contain quotation marks so that probably messes everything up. Would it be the most fai