Do not open smb:// kpart on dolphin when opening a game folder.
This commit is contained in:
@@ -54,7 +54,7 @@ BackupItem::~BackupItem()
|
|||||||
|
|
||||||
void BackupItem::openDirectory()
|
void BackupItem::openDirectory()
|
||||||
{
|
{
|
||||||
QDesktopServices::openUrl(QUrl("file:///" + m_path));
|
QDesktopServices::openUrl(QUrl("file://" + m_path));
|
||||||
}
|
}
|
||||||
|
|
||||||
void BackupItem::removeEntry()
|
void BackupItem::removeEntry()
|
||||||
|
|||||||
Reference in New Issue
Block a user