diff -r 8081031061a2 -r 682750cc7bd5 Preferences/ConfigurationDialog.py --- a/Preferences/ConfigurationDialog.py Sun Apr 03 16:33:37 2016 +0200 +++ b/Preferences/ConfigurationDialog.py Sun Apr 03 17:07:25 2016 +0200 @@ -910,6 +910,9 @@ def isUsingWebEngine(self): """ Public method to get an indication, if QtWebEngine is being used. + + @return flag indicating the use of QtWebEngine + @rtype bool """ return self.__webEngine or \ self.displayMode == ConfigurationWidget.WebBrowserMode