Merge 1311fdb390
into 3a0e226597
This commit is contained in:
commit
3e9719282b
|
@ -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