forked from qt-creator/qt-creator
Remove a the necessity of a few weak vtables
For background, see QTBUG-45582. Change-Id: I6c4758ce62149437c26971056b465d5dbd2b13b0 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
@@ -2442,6 +2442,10 @@ void AspectContainerData::append(const BaseAspect::Data::Ptr &data)
|
||||
m_data.append(data);
|
||||
}
|
||||
|
||||
// BaseAspect::Data
|
||||
|
||||
BaseAspect::Data::~Data() = default;
|
||||
|
||||
void BaseAspect::Data::Ptr::operator=(const Ptr &other)
|
||||
{
|
||||
if (this == &other)
|
||||
|
||||
Reference in New Issue
Block a user