diff options
author | Friedemann Kleint <[email protected]> | 2009-05-13 14:39:55 +0200 |
---|---|---|
committer | Friedemann Kleint <[email protected]> | 2009-05-13 14:39:55 +0200 |
commit | 515008973843829fd544056964d21c13af6752ee (patch) | |
tree | 1622d4422f5e144a67f329fe0f376cff4ededcef /src/plugins/debugger/stackhandler.h | |
parent | fc9449478701ee73ff6e33fbcf1157b33596c221 (diff) |
Fixed translation glitches.
Diffstat (limited to 'src/plugins/debugger/stackhandler.h')
-rw-r--r-- | src/plugins/debugger/stackhandler.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/debugger/stackhandler.h b/src/plugins/debugger/stackhandler.h index 12f771464a8..5435ecafaf9 100644 --- a/src/plugins/debugger/stackhandler.h +++ b/src/plugins/debugger/stackhandler.h @@ -48,6 +48,7 @@ struct StackFrame { StackFrame(int level = 0); bool isUsable() const; + QString toToolTip() const; int level; QString function; |