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,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "mesoninfoparser.h"
|
||||
#include "buildoptions.h"
|
||||
|
||||
#include <utils/qtcassert.h>
|
||||
#include <utils/treemodel.h>
|
||||
@@ -66,6 +66,7 @@ public:
|
||||
}
|
||||
inline BuildOption::Type type() { return m_currentValue->type(); }
|
||||
};
|
||||
|
||||
using CancellableOptionsList = std::vector<std::unique_ptr<CancellableOption>>;
|
||||
class BuidOptionsModel final : public Utils::TreeModel<>
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user