mirror of
https://github.com/arsenetar/dupeguru.git
synced 2025-03-10 05:34:36 +00:00
Fixed open_url() under Qt. It didn't work under Linux.
This commit is contained in:
parent
73d22de752
commit
5284decd67
@ -293,5 +293,6 @@ class DupeGuru(QObject):
|
||||
QMessageBox.information(window, '', msg)
|
||||
|
||||
def open_url(self, url):
|
||||
self.open_path(url)
|
||||
url = QUrl(url)
|
||||
QDesktopServices.openUrl(url)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user