https://bugs.kde.org/show_bug.cgi?id=417636

--- Comment #21 from Nate Graham <n...@kde.org> ---
Appears to be caused by

        QMetaObject::invokeMethod(d->pageRow,
                                  "push",
                                  Qt::DirectConnection,
                                  Q_ARG(QVariant,
QVariant::fromValue(d->configModule->mainUi())),
                                  Q_ARG(QVariant, QVariant()));

So I guess the problem is that we're always pushing the first page explicitly,
rather than initializing the component with its initial page?

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to