MCPcopy Create free account
hub / github.com/Syncplay/syncplay / openUserGuide

Method openUserGuide

syncplay/ui/gui.py:1400–1406  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1398 self.showErrorMessage(getMessage("invalid-offset-value"))
1399
1400 def openUserGuide(self):
1401 if isLinux():
1402 self.QtGui.QDesktopServices.openUrl(QUrl("https://syncplay.pl/guide/linux/"))
1403 elif isWindows():
1404 self.QtGui.QDesktopServices.openUrl(QUrl("https://syncplay.pl/guide/windows/"))
1405 else:
1406 self.QtGui.QDesktopServices.openUrl(QUrl("https://syncplay.pl/guide/"))
1407
1408 def drop(self):
1409 self.close()

Callers

nothing calls this directly

Calls 2

isLinuxFunction · 0.90
isWindowsFunction · 0.90

Tested by

no test coverage detected