Fixes #33: remove excess appearance of class name in method implementation

This commit is contained in:
Dmitry Ivanov 2018-04-25 12:41:26 +03:00
parent 1c00e5706b
commit 1311fdb390
No known key found for this signature in database
GPG Key ID: 8BD8856D2457988D
2 changed files with 2 additions and 2 deletions

View File

@ -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);

View File

@ -18,7 +18,7 @@ QtMaterialTabsPrivate::~QtMaterialTabsPrivate()
{
}
void QtMaterialTabsPrivate::QtMaterialTabsPrivate::init()
void QtMaterialTabsPrivate::init()
{
Q_Q(QtMaterialTabs);