mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-26 17:05:36 -04:00
Reimplement onActivate in UsersViewStep for focus handling.
This commit is contained in:
parent
e258f0b5a9
commit
0738af04ca
2 changed files with 8 additions and 0 deletions
|
@ -94,6 +94,13 @@ UsersViewStep::jobs() const
|
|||
}
|
||||
|
||||
|
||||
void
|
||||
UsersViewStep::onActivate()
|
||||
{
|
||||
m_widget->onActivate();
|
||||
}
|
||||
|
||||
|
||||
void
|
||||
UsersViewStep::onLeave()
|
||||
{
|
||||
|
|
|
@ -53,6 +53,7 @@ public:
|
|||
|
||||
QList< Calamares::job_ptr > jobs() const override;
|
||||
|
||||
void onActivate() override;
|
||||
void onLeave() override;
|
||||
|
||||
void setConfigurationMap( const QVariantMap &configurationMap ) override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue