fix swi call leak
improve yapi reformat
This commit is contained in:
@@ -28,6 +28,7 @@ from internal_yapkernel import InternalYAPKernel
|
||||
class SimpleWindow(Qt.QWidget, InternalYAPKernel):
|
||||
|
||||
def __init__(self, app):
|
||||
# type: (object) -> object
|
||||
Qt.QWidget.__init__(self)
|
||||
self.app = app
|
||||
self.add_widgets()
|
||||
|
Reference in New Issue
Block a user