forked from qt-creator/qt-creator
Valgrind: Heob: Make heob support translatable
Task-number: QTCREATORBUG-19830 Change-Id: I0c9799d9b3f8b56d96e78bf48fe32b9a3c4591eb Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -476,6 +476,8 @@ private:
|
||||
#ifdef Q_OS_WIN
|
||||
class HeobDialog : public QDialog
|
||||
{
|
||||
Q_DECLARE_TR_FUNCTIONS(HeobDialog)
|
||||
|
||||
public:
|
||||
HeobDialog(QWidget *parent);
|
||||
|
||||
@@ -506,6 +508,8 @@ private:
|
||||
|
||||
class HeobData : public QObject
|
||||
{
|
||||
Q_DECLARE_TR_FUNCTIONS(HeobData)
|
||||
|
||||
public:
|
||||
HeobData(MemcheckTool *mcTool, const QString &xmlPath, Kit *kit, bool attach);
|
||||
~HeobData();
|
||||
|
||||
Reference in New Issue
Block a user