Do not open smb:// kpart on dolphin when opening a game folder.

This commit is contained in:
codestation
2016-09-01 16:45:39 -04:00
parent 1b93abf4bd
commit b4807bec66

View File

@@ -54,7 +54,7 @@ BackupItem::~BackupItem()
void BackupItem::openDirectory()
{
QDesktopServices::openUrl(QUrl("file:///" + m_path));
QDesktopServices::openUrl(QUrl("file://" + m_path));
}
void BackupItem::removeEntry()