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
>>
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
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.
>>
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
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(