- 
    Bug 
- 
    Resolution: Unresolved
- 
    P4: Low 
- 
    None
- 
    5.4.0
- 
    None
- 
    Windows 7 / Qt 5.4.0 / MinGW
 Android 4.4 / LG L90
I am trying to change read+write permissions on file in a Android device, using QFile::setPermissions (QString(MyFile.db), QFileDevice::ReadOwner QFileDevice::WriteOwner), in Qt 5.4.0 for Windows (Win 7) and I received this message (during compilation) : no matching function for call to QFile::setPermissions(QString, bool);.
But there is no version of setPermissions with this signature (QString, bool)...
What I am doing wrong??
Thanks in advance...