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