qtquick: Remove unused QQuickItem::classBegin()
No need to override it
This commit is contained in:
@@ -42,11 +42,6 @@ DockWidgetQuick *DockWidgetInstantiator::dockWidget() const
|
||||
return m_dockWidget;
|
||||
}
|
||||
|
||||
void DockWidgetInstantiator::classBegin()
|
||||
{
|
||||
// Nothing interesting to do here.
|
||||
}
|
||||
|
||||
void DockWidgetInstantiator::componentComplete()
|
||||
{
|
||||
if (m_uniqueName.isEmpty()) {
|
||||
|
||||
@@ -48,7 +48,6 @@ public:
|
||||
DockWidgetQuick *dockWidget() const;
|
||||
|
||||
protected:
|
||||
void classBegin() override;
|
||||
void componentComplete() override;
|
||||
|
||||
Q_SIGNALS:
|
||||
|
||||
@@ -48,11 +48,6 @@ void MainWindowInstantiator::setOptions(int options)
|
||||
}
|
||||
}
|
||||
|
||||
void MainWindowInstantiator::classBegin()
|
||||
{
|
||||
// Nothing interesting to do here.
|
||||
}
|
||||
|
||||
void MainWindowInstantiator::componentComplete()
|
||||
{
|
||||
if (m_uniqueName.isEmpty()) {
|
||||
|
||||
@@ -40,7 +40,6 @@ public:
|
||||
void setOptions(int);
|
||||
|
||||
protected:
|
||||
void classBegin() override;
|
||||
void componentComplete() override;
|
||||
|
||||
Q_SIGNALS:
|
||||
|
||||
Reference in New Issue
Block a user