Fixes #33: remove excess appearance of class name in method implementation
This commit is contained in:
parent
1c00e5706b
commit
1311fdb390
|
@ -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);
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ QtMaterialTabsPrivate::~QtMaterialTabsPrivate()
|
|||
{
|
||||
}
|
||||
|
||||
void QtMaterialTabsPrivate::QtMaterialTabsPrivate::init()
|
||||
void QtMaterialTabsPrivate::init()
|
||||
{
|
||||
Q_Q(QtMaterialTabs);
|
||||
|
||||
|
|
Loading…
Reference in New Issue