equal
deleted
inserted
replaced
58 #include <eikenv.h> |
58 #include <eikenv.h> |
59 #include <w32std.h> |
59 #include <w32std.h> |
60 #include <hbstringutil.h> |
60 #include <hbstringutil.h> |
61 #include <AknSgcc.h> |
61 #include <AknSgcc.h> |
62 #include <AknCapServerClient.h> |
62 #include <AknCapServerClient.h> |
63 #include <logsservices.h> |
63 #include <xqaiwdecl.h> |
64 |
|
65 |
64 |
66 |
65 |
67 //CONSTANTS |
66 //CONSTANTS |
68 static const int PHONE_CALL_NOT_FOUND = -1; |
67 static const int PHONE_CALL_NOT_FOUND = -1; |
69 |
68 |
1276 m_visibilityHandler->sendToBackground(m_homeScreenToForeground); |
1275 m_visibilityHandler->sendToBackground(m_homeScreenToForeground); |
1277 |
1276 |
1278 if (phoneVisible) { |
1277 if (phoneVisible) { |
1279 // Activate logs dialer only if telephone is on the top. |
1278 // Activate logs dialer only if telephone is on the top. |
1280 m_appLauncher->launchLogs( |
1279 m_appLauncher->launchLogs( |
1281 LogsServices::ViewAll, |
1280 XQService::LogsViewAll, |
1282 true, |
1281 true, |
1283 QString::fromUtf16( |
1282 QString::fromUtf16( |
1284 entryContent->String()->Ptr(), |
1283 entryContent->String()->Ptr(), |
1285 entryContent->String()->Length())); |
1284 entryContent->String()->Length())); |
1286 } |
1285 } |