Debugger: Always initialize currentNamespace guess

This shouldn't be necessary but the task indicates otherwise.

Task-number: QTCREATORBUG-16965
Change-Id: I6df28c96e0acb3cd3eea56a5a931b36fbd85dcea
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
hjk
2016-10-11 16:09:59 +02:00
parent 5711a74d0a
commit c938b8d4db

View File

@@ -302,6 +302,8 @@ class DumperBase:
'personaltypes',
]
self.currentQtNamespaceGuess = None
# These values are never used, but the variables need to have
# some value base for the swapping logic in Children.__enter__()
# and Children.__exit__().