Re: [Interest] QTextStream doesn't write to QFile

2015-01-16 Thread Igor Mironchik
From: interest-bounces+kai.koehne=theqtcompany@qt-project.org >>>> [mailto:interest-bounces+kai.koehne=theqtcompany@qt-project.org] >>>> On Behalf Of Igor Mironchik >>>> Sent: Friday, January 16, 2015 12:24 PM >>>> To: interest@qt-project.org >>

Re: [Interest] QTextStream doesn't write to QFile

2015-01-16 Thread Bo Thorsen
unces+kai.koehne=theqtcompany@qt-project.org] >>> On Behalf Of Igor Mironchik >>> Sent: Friday, January 16, 2015 12:24 PM >>> To: interest@qt-project.org >>> Subject: [Interest] QTextStream doesn't write to QFile >>> >>> Hi. I'm doing a

Re: [Interest] QTextStream doesn't write to QFile

2015-01-16 Thread Igor Mironchik
ik >> Sent: Friday, January 16, 2015 12:24 PM >> To: interest@qt-project.org >> Subject: [Interest] QTextStream doesn't write to QFile >> >> Hi. I'm doing a simple log class. I'm sure that Log creates after >> QCoreApplication. >>

Re: [Interest] QTextStream doesn't write to QFile

2015-01-16 Thread Koehne Kai
t; Subject: [Interest] QTextStream doesn't write to QFile > > Hi. I'm doing a simple log class. I'm sure that Log creates after > QCoreApplication. > QCoreApplication is static. I create QCoreApplication as: > > static QSharedPointer< QCoreApplicat

[Interest] QTextStream doesn't write to QFile

2015-01-16 Thread Igor Mironchik
Hi. I'm doing a simple log class. I'm sure that Log creates after QCoreApplication. QCoreApplication is static. I create QCoreApplication as: static QSharedPointer< QCoreApplication > application( int argc = 0, char ** argv = 0 ) { static QSharedPointer< QCoreApplication > app(