Skip to content
Snippets Groups Projects
Commit 0555a4ce authored by François Cartegnie's avatar François Cartegnie :fingers_crossed:
Browse files

Qt: PLModel: fix string conversion for winxx

parent bc88ea7a
No related branches found
No related tags found
No related merge requests found
......@@ -309,7 +309,7 @@ void StandardPLPanel::popupExplore()
char *path = NULL;
if( ! uri.isEmpty() )
path = make_path( uri.toStdString().c_str() );
path = make_path( uri.toAscii().constData() );
if( path == NULL )
return;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment