Commit d575e644 authored by Rémi Duraffort's avatar Rémi Duraffort

Qt4: fix the "Show Containing folder" feature.

parent 4bd42ef6
...@@ -1104,7 +1104,7 @@ void PLModel::popupExplore() ...@@ -1104,7 +1104,7 @@ void PLModel::popupExplore()
!strncasecmp( psz_access, "file", 4 ) || !strncasecmp( psz_access, "file", 4 ) ||
!strncasecmp( psz_access, "dire", 4 ) )) !strncasecmp( psz_access, "dire", 4 ) ))
{ {
QFileInfo info( qfu( psz_path ) ); QFileInfo info( qfu( decode_URI( psz_path ) ) );
QDesktopServices::openUrl( QDesktopServices::openUrl(
QUrl::fromLocalFile( info.absolutePath() ) ); QUrl::fromLocalFile( info.absolutePath() ) );
} }
......
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