mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-24 10:55:46 -05:00
[netinstall] Remove unused m_prettyStatus
This commit is contained in:
parent
4ae484dbca
commit
be567dc508
2 changed files with 0 additions and 9 deletions
|
@ -58,13 +58,6 @@ NetInstallViewStep::prettyName() const
|
|||
}
|
||||
|
||||
|
||||
QString
|
||||
NetInstallViewStep::prettyStatus() const
|
||||
{
|
||||
return m_prettyStatus;
|
||||
}
|
||||
|
||||
|
||||
QWidget*
|
||||
NetInstallViewStep::widget()
|
||||
{
|
||||
|
|
|
@ -38,7 +38,6 @@ public:
|
|||
virtual ~NetInstallViewStep() override;
|
||||
|
||||
QString prettyName() const override;
|
||||
QString prettyStatus() const override;
|
||||
|
||||
QWidget* widget() override;
|
||||
|
||||
|
@ -63,7 +62,6 @@ public slots:
|
|||
private:
|
||||
NetInstallPage* m_widget;
|
||||
bool m_nextEnabled;
|
||||
QString m_prettyStatus;
|
||||
CalamaresUtils::Locale::TranslatedString* m_sidebarLabel; // As it appears in the sidebar
|
||||
QList< Calamares::job_ptr > m_jobs;
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue