fixed problems with images on os x

This commit is contained in:
Jeena 2013-10-08 05:54:24 +02:00
parent cc0aee9510
commit ee3f4de6a5
5 changed files with 7 additions and 4 deletions

View file

@ -8,6 +8,7 @@ import json
class SingleApplication(QtGui.QApplication):
def __init__(self, argv, key):
self.bungloo = None
QtGui.QApplication.setGraphicsSystem("raster")
QtGui.QApplication.__init__(self, argv)
self._memory = QtCore.QSharedMemory(self)
self._memory.setKey(key)