forked from qt-creator/qt-creator
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>
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user