diff --git a/components/qtmaterialautocomplete.cpp b/components/qtmaterialautocomplete.cpp index df006a6..d3751ab 100644 --- a/components/qtmaterialautocomplete.cpp +++ b/components/qtmaterialautocomplete.cpp @@ -156,7 +156,7 @@ void QtMaterialAutoComplete::updateResults(QString text) d->menu->update(); } -bool QtMaterialAutoComplete::QtMaterialAutoComplete::event(QEvent *event) +bool QtMaterialAutoComplete::event(QEvent *event) { Q_D(QtMaterialAutoComplete); diff --git a/components/qtmaterialtabs.cpp b/components/qtmaterialtabs.cpp index dbc55bd..815e38a 100644 --- a/components/qtmaterialtabs.cpp +++ b/components/qtmaterialtabs.cpp @@ -18,7 +18,7 @@ QtMaterialTabsPrivate::~QtMaterialTabsPrivate() { } -void QtMaterialTabsPrivate::QtMaterialTabsPrivate::init() +void QtMaterialTabsPrivate::init() { Q_Q(QtMaterialTabs);