Rename function name and fix tests

CURA-6597
This commit is contained in:
Lipu Fei 2019-07-09 12:53:12 +02:00
parent f086c1eb11
commit 8863516aa4
3 changed files with 13 additions and 13 deletions

View file

@ -67,7 +67,7 @@ class IntentManager(QObject):
#
# \return A list of tuples of intent_category and quality_type. The actual
# instance may vary per extruder.
def currentAvailableIntents(self) -> List[Tuple[str, str]]:
def getCurrentAvailableIntents(self) -> List[Tuple[str, str]]:
application = cura.CuraApplication.CuraApplication.getInstance()
global_stack = application.getGlobalContainerStack()
if global_stack is None: