Hi,
I'm creating a QFile and with the constructor I'm passing the location
of the file:
QFile stylesheetFile = new QFile("classpath:stylesheets/default.css");
When I call the method:
stylesheetFile.open(QIODevice.OpenModeFlag.ReadOnly);
the method returns false. My code worked under Qt Jambi 4.3, and I
didn't do any code change. When I replace the file location with an
absolute path, everything is working fine.
So it seems that the "classpath:" functionality is broken in Qt Jambi
4.4. Did something changed in Qt Jambi 4.4?
Regards,
Dimitri
_______________________________________________
Qt-jambi-interest mailing list
[email protected]
http://lists.trolltech.com/mailman/listinfo/qt-jambi-interest