forked from qt-creator/qt-creator
Aspects: Add TypedAspect<T>::valueType
Change-Id: I6da6d089d23df154c02994cc5d892b746a346b23 Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -283,6 +283,8 @@ template <typename ValueType>
|
||||
class TypedAspect : public BaseAspect
|
||||
{
|
||||
public:
|
||||
using valueType = ValueType;
|
||||
|
||||
TypedAspect(AspectContainer *container = nullptr)
|
||||
: BaseAspect(container)
|
||||
{
|
||||
|
Reference in New Issue
Block a user