logsui/logsapp/src/logsservicehandler.cpp
changeset 11 64a47b97e1e1
parent 6 41c0a814d878
child 9 68f3171a5819
equal deleted inserted replaced
10:b04270301d3b 11:64a47b97e1e1
    80     mMainWindow.bringAppToForeground();
    80     mMainWindow.bringAppToForeground();
    81     
    81     
    82     if (!dialpadText.isEmpty()) {
    82     if (!dialpadText.isEmpty()) {
    83         emit activateView(dialpadText);
    83         emit activateView(dialpadText);
    84     } else {
    84     } else {
    85         emit activateView((LogsServices::LogsView)activatedView, showDialpad);
    85         emit activateView((LogsServices::LogsView)activatedView, showDialpad, dialpadText);
    86     }
    86     }
    87     LOGS_QDEBUG( "logs [UI] <- LogsServiceHandler::show()" )
    87     LOGS_QDEBUG( "logs [UI] <- LogsServiceHandler::show()" )
    88     return 0;
    88     return 0;
    89 }
    89 }
    90 
    90