Fixed an issue in the web browser.

Sun, 03 Aug 2014 15:21:33 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sun, 03 Aug 2014 15:21:33 +0200
changeset 3747
2bc31e509810
parent 3746
0c1d19eb0ac6
child 3750
9fbc7bd21765

Fixed an issue in the web browser.

Helpviewer/HelpBrowserWV.py file | annotate | diff | comparison | revisions
--- a/Helpviewer/HelpBrowserWV.py	Thu Jul 31 22:37:54 2014 +0200
+++ b/Helpviewer/HelpBrowserWV.py	Sun Aug 03 15:21:33 2014 +0200
@@ -15,8 +15,8 @@
     pass
 
 from PyQt5.QtCore import pyqtSlot, pyqtSignal, QObject, QT_TRANSLATE_NOOP, \
-    QUrl, UrlQuery, QBuffer, QIODevice, QFileInfo, Qt, QTimer, QEvent, QRect, \
-    QFile, QPoint, QByteArray, qVersion
+    QUrl, QUrlQuery, QBuffer, QIODevice, QFileInfo, Qt, QTimer, QEvent, \
+    QRect, QFile, QPoint, QByteArray, qVersion
 from PyQt5.QtGui import QDesktopServices, QClipboard, QMouseEvent, QColor, \
     QPalette
 from PyQt5.QtWidgets import qApp, QStyle, QMenu, QApplication, QInputDialog, \
@@ -1531,7 +1531,7 @@
         if searchUrl.scheme() != "http":
             return
         
-        searchUrlQuery = UrlQuery()
+        searchUrlQuery = QUrlQuery()
         searchEngines = {}
         inputFields = formElement.findAll("input")
         for inputField in inputFields.toList():

eric ide

mercurial