merge changes from master

cleanups and prepare for   pull request
This commit is contained in:
Kamil Sopko
2016-03-31 17:16:14 +02:00
parent 80d6c657d5
commit b333d136b5
4 changed files with 36 additions and 60 deletions

View File

@@ -12,7 +12,7 @@ def debug_trace():
debug_trace()
# all X11 calling should be thread safe otherwise we have strenght issues
# all X11 calling should be thread safe otherwise we have strange issues
QtCore.QCoreApplication.setAttribute(QtCore.Qt.AA_X11InitThreads)
app = QtGui.QApplication(sys.argv)