mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-05-19 12:01:07 +00:00
Add missing pyqt signatures
This commit is contained in:
parent
9c6f34f38b
commit
5a0a281c92
1 changed files with 2 additions and 0 deletions
|
|
@ -114,6 +114,7 @@ class LinkCheckerMain (QtGui.QMainWindow, Ui_MainWindow):
|
|||
"""Set idle status. Helper function for signal connections."""
|
||||
self.status = Status.idle
|
||||
|
||||
@QtCore.pyqtSignature("")
|
||||
def on_actionHelp_triggered (self):
|
||||
"""Show help page."""
|
||||
url = QtCore.QUrl("%sindex.html" % DocBaseUrl)
|
||||
|
|
@ -130,6 +131,7 @@ class LinkCheckerMain (QtGui.QMainWindow, Ui_MainWindow):
|
|||
if e is not None:
|
||||
e.accept()
|
||||
|
||||
@QtCore.pyqtSignature("")
|
||||
def on_actionAbout_triggered (self):
|
||||
"""Display about dialog."""
|
||||
d = {
|
||||
|
|
|
|||
Loading…
Reference in a new issue