forked from qt-creator/qt-creator
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:
@@ -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__().
|
||||
|
Reference in New Issue
Block a user