镜像自地址
https://github.com/arsenetar/dupeguru.git
已同步 2025-07-03 22:13:20 +00:00
Fixed open_url() under Qt. It didn't work under Linux.
这个提交包含在:
父节点
73d22de752
当前提交
5284decd67
@ -293,5 +293,6 @@ class DupeGuru(QObject):
|
|||||||
QMessageBox.information(window, '', msg)
|
QMessageBox.information(window, '', msg)
|
||||||
|
|
||||||
def open_url(self, url):
|
def open_url(self, url):
|
||||||
self.open_path(url)
|
url = QUrl(url)
|
||||||
|
QDesktopServices.openUrl(url)
|
||||||
|
|
||||||
|
正在加载...
x
在新工单中引用
屏蔽一个用户