Skip to content

Commit 207c5a1

Browse files
committed
PyQt5->6: Update Exec function name
1 parent aeb1370 commit 207c5a1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/aideck/fpv.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,4 +286,4 @@ def closeEvent(self, event):
286286
appQt = QtWidgets.QApplication(sys.argv)
287287
win = MainWindow(URI)
288288
win.show()
289-
appQt.exec_()
289+
appQt.exec()

examples/multiranger/multiranger_pointcloud.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,4 +361,4 @@ def set_measurement(self, measurements):
361361
appQt = QtWidgets.QApplication(sys.argv)
362362
win = MainWindow(URI)
363363
win.show()
364-
appQt.exec_()
364+
appQt.exec()

0 commit comments

Comments
 (0)