Add InstallationViewStep::jobs()
This commit is contained in:
parent
57d89175dc
commit
4fe50d4569
@ -70,4 +70,10 @@ InstallationViewStep::isAtEnd() const
|
||||
return false;
|
||||
}
|
||||
|
||||
QList< Calamares::job_ptr >
|
||||
InstallationViewStep::jobs() const
|
||||
{
|
||||
return QList< Calamares::job_ptr >();
|
||||
}
|
||||
|
||||
} // namespace
|
||||
|
@ -41,6 +41,8 @@ public:
|
||||
bool isAtBeginning() const override;
|
||||
bool isAtEnd() const override;
|
||||
|
||||
QList< Calamares::job_ptr > jobs() const override;
|
||||
|
||||
private:
|
||||
QWidget* m_widget;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user