equal
deleted
inserted
replaced
131 SLOT(wlanScanDirectReady(int))); |
131 SLOT(wlanScanDirectReady(int))); |
132 Q_ASSERT(ok); |
132 Q_ASSERT(ok); |
133 } |
133 } |
134 |
134 |
135 mLabel->setPlainText(HbParameterLengthLimiter( |
135 mLabel->setPlainText(HbParameterLengthLimiter( |
136 hbTrId("txt_occ_dialog_searching")).arg(mWizard->configuration( |
136 "txt_occ_dialog_searching").arg(mWizard->configuration( |
137 WlanWizardPrivate::ConfSsid).toString())); |
137 WlanWizardPrivate::ConfSsid).toString())); |
138 |
|
139 |
138 |
140 OstTraceFunctionExit0( WLANWIZARDPAGESCANNING_INITIALIZEPAGE_EXIT ); |
139 OstTraceFunctionExit0( WLANWIZARDPAGESCANNING_INITIALIZEPAGE_EXIT ); |
141 return mWidget; |
140 return mWidget; |
142 } |
141 } |
143 |
142 |