aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/debugger/stackhandler.h
diff options
context:
space:
mode:
authorFriedemann Kleint <[email protected]>2009-05-13 14:39:55 +0200
committerFriedemann Kleint <[email protected]>2009-05-13 14:39:55 +0200
commit515008973843829fd544056964d21c13af6752ee (patch)
tree1622d4422f5e144a67f329fe0f376cff4ededcef /src/plugins/debugger/stackhandler.h
parentfc9449478701ee73ff6e33fbcf1157b33596c221 (diff)
Fixed translation glitches.
Diffstat (limited to 'src/plugins/debugger/stackhandler.h')
-rw-r--r--src/plugins/debugger/stackhandler.h1
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;