Debug output for lcLocale
This commit is contained in:
parent
b79618aa15
commit
925632800b
@ -25,6 +25,7 @@
|
|||||||
#include "GlobalStorage.h"
|
#include "GlobalStorage.h"
|
||||||
|
|
||||||
#include "utils/CalamaresUtilsGui.h"
|
#include "utils/CalamaresUtilsGui.h"
|
||||||
|
#include "utils/Logger.h"
|
||||||
|
|
||||||
#include <QBoxLayout>
|
#include <QBoxLayout>
|
||||||
#include <QLabel>
|
#include <QLabel>
|
||||||
@ -98,6 +99,7 @@ LocaleViewStep::next()
|
|||||||
{
|
{
|
||||||
Calamares::JobQueue::instance()->globalStorage()->insert( "lcLocale",
|
Calamares::JobQueue::instance()->globalStorage()->insert( "lcLocale",
|
||||||
m_actualWidget->lcLocale() );
|
m_actualWidget->lcLocale() );
|
||||||
|
cDebug() << "GlobalStorage inserted lcLocale:" << m_actualWidget->lcLocale();
|
||||||
emit done();
|
emit done();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user