mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-09-26 19:31:13 -04:00
parent
719ac64851
commit
2170794d9c
1 changed files with 2 additions and 2 deletions
|
@ -464,9 +464,9 @@ void DatabaseWidget::openUrlForEntry(Entry* entry)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
QDesktopServices::openUrl(urlString);
|
QUrl url = QUrl::fromUserInput(urlString);
|
||||||
|
QDesktopServices::openUrl(url);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void DatabaseWidget::createGroup()
|
void DatabaseWidget::createGroup()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue