[oemid] Add summary widget text
This commit is contained in:
parent
672634547b
commit
1df726fc1d
@ -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…
Reference in New Issue
Block a user