9:05
> To: si...@omniqueue.com
> Cc: development@qt-project.org
> Subject: Re: [Development] About the QtDir::currentPath
>
> Ok, thanks... I am using the qfilesystemengine_unix under another unix
> like env, so I can make a change in the ::rootPath for my case...
>
> Thanks fo
: Friday, June 01, 2012 4:02 PM
To: Liu Song.7 (Nokia-MP/Beijing)
Cc: development@qt-project.org
Subject: Re: [Development] About the QtDir::currentPath
Importance: High
What's your windows version? I can see the code (in qt5) makes distinction
between WinCE and the rest.
Seeing this respective
What's your windows version? I can see the code (in qt5) makes
distinction between WinCE and the rest.
Seeing this respective code:
}
998
999 //static
1000 QString QFileSystemEngine::rootPath()
1001 {
1002 #if defined(Q_OS_WINCE)
1003 QString ret = QLatin1String("/");
1004 #else
1005 QS
Hi,
My QtDir::currentPath is /c_drive/ instead of C:/, so do someone know the
reason behind ?
And how can it be as "C:/" ?
Any information is appreciated ;)
Thanks,
Song
___
Development mailing list
Development@qt-project.org
http://lists.qt-project.o