aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/debugger/stackwindow.h
diff options
context:
space:
mode:
authorSergey Belyashov <Sergey.Belyashov@gmail.com>2015-03-23 12:41:06 +0300
committerSergey Belyashov <Sergey.Belyashov@gmail.com>2015-03-24 07:04:46 +0000
commit7fa58f1d999c3b32f4d031bd983f5752fd6028d4 (patch)
treed7641261758f46a1a13396faabe1a55cc52a8713 /src/plugins/debugger/stackwindow.h
parent044eeacde5ee1add8b06a8a53b86fd5c6991d488 (diff)
Fix missing of some translations
Task-number: QTCREATORBUG-13649 Change-Id: I69f78b3b8d2366003bfce81a2afba0068e716d22 Reviewed-by: hjk <hjk@theqtcompany.com> Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
Diffstat (limited to 'src/plugins/debugger/stackwindow.h')
-rw-r--r--src/plugins/debugger/stackwindow.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/debugger/stackwindow.h b/src/plugins/debugger/stackwindow.h
index af637ac3b9..fad55f7daf 100644
--- a/src/plugins/debugger/stackwindow.h
+++ b/src/plugins/debugger/stackwindow.h
@@ -32,12 +32,14 @@
#define DEBUGGER_STACKWINDOW_H
#include <utils/basetreeview.h>
+#include <QCoreApplication>
namespace Debugger {
namespace Internal {
class StackTreeView : public Utils::BaseTreeView
{
+ Q_DECLARE_TR_FUNCTIONS(Debugger::Internal::StackTreeView)
public:
StackTreeView();