Fix a -Wweak-vtables warning
This commit is contained in:
@@ -30,10 +30,14 @@ public:
|
||||
, Layouting::Widget_quick(this)
|
||||
{
|
||||
}
|
||||
|
||||
~RubberBand();
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
RubberBand::~RubberBand() = default;
|
||||
|
||||
SeparatorQuick::SeparatorQuick(Layouting::Widget *parent)
|
||||
: QQuickItem(qobject_cast<QQuickItem*>(parent->asQObject()))
|
||||
, Separator(parent)
|
||||
|
||||
Reference in New Issue
Block a user