diff options
Diffstat (limited to 'src/plugins/debugger/stackhandler.h')
-rw-r--r-- | src/plugins/debugger/stackhandler.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/plugins/debugger/stackhandler.h b/src/plugins/debugger/stackhandler.h index d427c93e92..ae073e3d13 100644 --- a/src/plugins/debugger/stackhandler.h +++ b/src/plugins/debugger/stackhandler.h @@ -46,6 +46,9 @@ namespace Internal { struct StackFrame { + StackFrame(int level = 0); + bool isUsable() const; + int level; QString function; QString file; // we try to put an absolute file name in there |