mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-29 10:25:36 -04:00
[oemid] Add summary widget text
This commit is contained in:
parent
672634547b
commit
1df726fc1d
2 changed files with 7 additions and 0 deletions
|
@ -113,6 +113,12 @@ QString OEMViewStep::prettyName() const
|
|||
return tr( "OEM Configuration" );
|
||||
}
|
||||
|
||||
QString OEMViewStep::prettyStatus() const
|
||||
{
|
||||
return tr( "Set the OEM Batch Identifier to <code>%1</code>." ).arg( m_user_batchIdentifier );
|
||||
}
|
||||
|
||||
|
||||
QWidget * OEMViewStep::widget()
|
||||
{
|
||||
if (!m_widget)
|
||||
|
|
|
@ -37,6 +37,7 @@ public:
|
|||
virtual ~OEMViewStep() override;
|
||||
|
||||
QString prettyName() const override;
|
||||
QString prettyStatus() const override;
|
||||
|
||||
QWidget* widget() override;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue