forked from qt-creator/qt-creator
Valgrind: Use Tr::tr
Change-Id: I77b27462d88079699e620ef459f951846c15c3e2 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user