Skip to content

Commit d2cb0f4

Browse files
committed
update
1 parent 64ed551 commit d2cb0f4

6 files changed

+6
-6
lines changed

QtRemoteObjects/modelview/modelviewclient.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,4 +75,4 @@
7575
view.setModel(model)
7676
view.show();
7777

78-
sys.exit(app.exec_())
78+
sys.exit(app.exec_())

QtRemoteObjects/modelview/modelviewserver.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -166,4 +166,4 @@ def addChild(numChildren, nestingLevel):
166166
QTimer.singleShot(12000, handler.removeData)
167167
QTimer.singleShot(13000, handler.moveData)
168168

169-
sys.exit(app.exec_())
169+
sys.exit(app.exec_())

QtRemoteObjects/simpleswitch/directconnectdynamicclient.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,4 +107,4 @@ def initConnection(self):
107107
# Create the client switch object and pass the replica to it.
108108
rswitch = DynamicClient(replica)
109109

110-
sys.exit(app.exec_())
110+
sys.exit(app.exec_())

QtRemoteObjects/simpleswitch/directconnectdynamicserver.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,4 +127,4 @@ def _timeout(self):
127127
# Enable remoting.
128128
srcNode.enableRemoting(srcSwitch, 'SimpleSwitch')
129129

130-
sys.exit(app.exec_())
130+
sys.exit(app.exec_())

QtRemoteObjects/simpleswitch/registryconnecteddynamicclient.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,4 +104,4 @@ def initConnection(self):
104104
# Create the client switch object and pass the replica to it.
105105
rswitch = DynamicClient(replica)
106106

107-
sys.exit(app.exec_())
107+
sys.exit(app.exec_())

QtRemoteObjects/simpleswitch/registryconnecteddynamicserver.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -132,4 +132,4 @@ def _timeout(self):
132132
# Enable remoting.
133133
srcNode.enableRemoting(srcSwitch, 'SimpleSwitch')
134134

135-
sys.exit(app.exec_())
135+
sys.exit(app.exec_())

0 commit comments

Comments
 (0)