Remove WebKit SVG renderer.
This commit is contained in:
@@ -13,9 +13,6 @@ class MainWindow(QtGui.QMainWindow):
|
||||
super(MainWindow, self).__init__(parent)
|
||||
from PySide import QtNetwork
|
||||
|
||||
# Webkit is used to create icons from SVG files. This could cause a deadlock
|
||||
# when setting up the internally used network interface. Doing this before
|
||||
# creating the icons fixes the issue.
|
||||
QtNetwork.QNetworkConfigurationManager()
|
||||
|
||||
def showEvent(self, event):
|
||||
|
||||
@@ -11,9 +11,6 @@ class MainWindow(QtGui.QMainWindow):
|
||||
super(MainWindow, self).__init__(parent)
|
||||
from PySide import QtNetwork
|
||||
|
||||
# Webkit is used to create icons from SVG files. This could cause a deadlock
|
||||
# when setting up the internally used network interface. Doing this before
|
||||
# creating the icons fixes the issue.
|
||||
QtNetwork.QNetworkConfigurationManager()
|
||||
|
||||
def showEvent(self, event):
|
||||
|
||||
@@ -14,9 +14,6 @@ class MainWindow(QtGui.QMainWindow):
|
||||
super(MainWindow, self).__init__(parent)
|
||||
from PySide import QtNetwork
|
||||
|
||||
# Webkit is used to create icons from SVG files. This could cause a deadlock
|
||||
# when setting up the internally used network interface. Doing this before
|
||||
# creating the icons fixes the issue.
|
||||
QtNetwork.QNetworkConfigurationManager()
|
||||
|
||||
@QtCore.Slot()
|
||||
|
||||
Reference in New Issue
Block a user