1
0
mirror of https://github.com/clementine-player/Clementine synced 2024-12-25 09:10:49 +01:00
This commit is contained in:
Andreas 2013-06-09 16:41:02 +02:00
parent a6a8997a2e
commit ecd94cf472

View File

@ -354,7 +354,7 @@ void RevealFileInFinder(QString const& path) {
#ifdef Q_OS_WIN #ifdef Q_OS_WIN
void ShowFileInExplorer(QString const& path) { void ShowFileInExplorer(QString const& path) {
QProcess::execute("explorer.exe", QStringList() << "/select," QProcess::execute("explorer.exe", QStringList() << "/select,"
<< QDir::toNativeSeparators(path); << QDir::toNativeSeparators(path));
} }
#endif #endif