don't call updateTheme 2 times

This commit is contained in:
Marco Martin 2014-08-21 15:49:29 +02:00
parent fcb8c85951
commit f74bf9a8b8

View File

@ -877,7 +877,6 @@ void Dialog::classBegin()
void Dialog::componentComplete()
{
d->updateTheme();
d->componentComplete = true;
d->syncToMainItemSize();
}