1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00
Checkmark doing nothing on Windows
This commit is contained in:
krepa098 2015-02-15 17:15:44 +01:00
parent 9bbd7a5c94
commit ec85434c6c

View File

@ -421,7 +421,7 @@ void FileTransferWidget::handleButton(QPushButton *btn)
if(btn->objectName() == "ok")
{
QDesktopServices::openUrl("file://" + fileInfo.filePath);
QDesktopServices::openUrl(QUrl("file:///" + fileInfo.filePath, QUrl::TolerantMode));
}
}