mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-25 16:38:21 -04:00
[libcalamaresui] Simplify retranslation
- Use any object method to connect() to
This commit is contained in:
parent
f1971eed86
commit
1cde8c20df
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ ViewManager::ViewManager( QObject* parent )
|
|||
m_next = makeButton( m_widget, "go-next" );
|
||||
m_quit = makeButton( m_widget, "dialog-cancel" );
|
||||
|
||||
CALAMARES_RETRANSLATE( updateButtonLabels(); )
|
||||
CALAMARES_RETRANSLATE_SLOT( &ViewManager::updateButtonLabels )
|
||||
|
||||
QBoxLayout* bottomLayout = new QHBoxLayout;
|
||||
mainLayout->addLayout( bottomLayout );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue