forked from qt-creator/qt-creator
Meson: Convert to Tr::tr
Change-Id: I37e8a8c559464f7d55e17a5ca08e8d8d9760a4d6 Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
@@ -3,7 +3,6 @@
|
||||
#pragma once
|
||||
|
||||
#include "mesontoolkitaspect.h"
|
||||
#include "mesonwrapper.h"
|
||||
#include "ninjatoolkitaspect.h"
|
||||
|
||||
#include <projectexplorer/kitmanager.h>
|
||||
@@ -18,7 +17,6 @@ namespace Internal {
|
||||
|
||||
class ToolKitAspectWidget final : public ProjectExplorer::KitAspectWidget
|
||||
{
|
||||
Q_DECLARE_TR_FUNCTIONS(MesonProjectManager::Internal::ToolKitAspect)
|
||||
public:
|
||||
enum class ToolType { Meson, Ninja };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user