From d43bb6808d75e7f4f6b8d892574deb9453a585d3 Mon Sep 17 00:00:00 2001 From: Diego Tavares da Silva Date: Tue, 4 Aug 2020 10:04:26 -0700 Subject: [PATCH] Replace getInteger with PySide2-compatible getInt. (#744) --- cuegui/cuegui/FilterDialog.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cuegui/cuegui/FilterDialog.py b/cuegui/cuegui/FilterDialog.py index 1ca85f979..02362eefa 100644 --- a/cuegui/cuegui/FilterDialog.py +++ b/cuegui/cuegui/FilterDialog.py @@ -430,7 +430,7 @@ def createAction(self): value = float(value) elif actionType in (opencue.api.filter_pb2.SET_JOB_PRIORITY,): - (value, choice) = QtWidgets.QInputDialog.getInteger( + (value, choice) = QtWidgets.QInputDialog.getInt( self, "Create Action", "What value should this property be set to?",