[Qt] Fix launch path conversion to utf8
This commit is contained in:
parent
fb3a52983a
commit
75064807ae
|
@ -178,7 +178,7 @@ void HomeTab::PlayTriggered() {
|
|||
wnd->show();*/
|
||||
win->setCentralWidget(wnd);
|
||||
|
||||
wnd->Launch(path.toStdString());
|
||||
wnd->Launch(path.toUtf8().constData());
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue