[mythtv-users] ERROR: LocalFilePath unable to find local path for ...

Brian J. Murrell brian at interlinx.bc.ca
Thu Mar 2 19:52:15 UTC 2017


On Thu, 2017-03-02 at 14:27 -0500, Brian J. Murrell wrote:
> QT bug?

Or not:

#include <QString>
#include <QUrl>
#include <iostream>

using namespace std;

main() {

        QUrl qurl = QString("This:");
	cout << qurl.toDisplayString().toLocal8Bit().constData() << "\n";
    
}

produces:

this:

Something to do with the QUrl type perhaps.  If I remove the trailing :
 on the string, case is preserved.

Cheers,
b.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 473 bytes
Desc: This is a digitally signed message part
URL: <http://lists.mythtv.org/pipermail/mythtv-users/attachments/20170302/e74aecf5/attachment.sig>


More information about the mythtv-users mailing list