Helpviewer/History/HistoryDialog.py

changeset 501
5c615a85241a
parent 488
4174c2707dba
child 791
9ec2ac20e54e
diff -r c3abc7895a01 -r 5c615a85241a Helpviewer/History/HistoryDialog.py
--- a/Helpviewer/History/HistoryDialog.py	Thu Aug 12 16:11:13 2010 +0200
+++ b/Helpviewer/History/HistoryDialog.py	Thu Aug 12 16:43:33 2010 +0200
@@ -23,9 +23,8 @@
     """
     Class implementing a dialog to manage history.
     
-    @signal openUrl(const QUrl&, const QString&) emitted to open a URL in the current
-            tab
-    @signal newUrl(const QUrl&, const QString&) emitted to open a URL in a new tab
+    @signal openUrl(QUrl, str) emitted to open a URL in the current tab
+    @signal newUrl(QUrl, str) emitted to open a URL in a new tab
     """
     openUrl = pyqtSignal(QUrl, str)
     newUrl = pyqtSignal(QUrl, str)

eric ide

mercurial