Valgrind: Use Tr::tr

Change-Id: I77b27462d88079699e620ef459f951846c15c3e2
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
hjk
2022-07-08 16:08:27 +02:00
parent f901478c6a
commit 866f20e4f9
50 changed files with 575 additions and 1512 deletions

View File

@@ -34,13 +34,10 @@
#include <QFutureInterface>
namespace Valgrind {
namespace Internal {
namespace Valgrind::Internal {
class ValgrindToolRunner : public ProjectExplorer::RunWorker
{
Q_OBJECT
public:
explicit ValgrindToolRunner(ProjectExplorer::RunControl *runControl);
@@ -68,5 +65,4 @@ private:
bool m_isStopping = false;
};
} // namespace Internal
} // namespace Valgrind
} // Valgrind::Internal