equal
deleted
inserted
replaced
62 } |
62 } |
63 |
63 |
64 /*! |
64 /*! |
65 Initialises the wizard.This is called by the FTU framework |
65 Initialises the wizard.This is called by the FTU framework |
66 */ |
66 */ |
67 void FtuDateTimeWizard::initializeWizard() |
67 void FtuDateTimeWizard::initializeWizard(qint32 cenrepOwnerId, int wizardIdx) |
68 { |
68 { |
|
69 Q_UNUSED(cenrepOwnerId) |
|
70 Q_UNUSED(wizardIdx) |
|
71 |
69 //Check if valid Nitz info is received |
72 //Check if valid Nitz info is received |
70 XQSettingsManager *settingsManager = new XQSettingsManager(); |
73 XQSettingsManager *settingsManager = new XQSettingsManager(); |
71 XQSettingsKey *validNitzCenrepKey = |
74 XQSettingsKey *validNitzCenrepKey = |
72 new XQSettingsKey(XQSettingsKey::TargetCentralRepository, KCRUidNitz, KValidNitz); |
75 new XQSettingsKey(XQSettingsKey::TargetCentralRepository, KCRUidNitz, KValidNitz); |
73 // Read the initial values from the cenrep |
76 // Read the initial values from the cenrep |