mirror of
https://github.com/clementine-player/Clementine
synced 2024-12-19 21:04:08 +01:00
Oops.
This commit is contained in:
parent
a6a8997a2e
commit
ecd94cf472
@ -354,7 +354,7 @@ void RevealFileInFinder(QString const& path) {
|
||||
#ifdef Q_OS_WIN
|
||||
void ShowFileInExplorer(QString const& path) {
|
||||
QProcess::execute("explorer.exe", QStringList() << "/select,"
|
||||
<< QDir::toNativeSeparators(path);
|
||||
<< QDir::toNativeSeparators(path));
|
||||
}
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user