Commit 0555a4ce authored by Francois Cartegnie's avatar Francois Cartegnie

Qt: PLModel: fix string conversion for winxx

parent bc88ea7a
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment