diff options
Diffstat (limited to 'src/plugins/debugger/stackframe.h')
-rw-r--r-- | src/plugins/debugger/stackframe.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/debugger/stackframe.h b/src/plugins/debugger/stackframe.h index 9bfba2a09e..3c7ed26c38 100644 --- a/src/plugins/debugger/stackframe.h +++ b/src/plugins/debugger/stackframe.h @@ -62,7 +62,7 @@ public: quint64 address; bool usable; - Q_DECLARE_TR_FUNCTIONS(StackHandler) + Q_DECLARE_TR_FUNCTIONS(Debugger::Internal::StackHandler) }; QDebug operator<<(QDebug d, const StackFrame &frame); |