logsui/logsapp/inc/logsservicehandlerold.h
changeset 11 64a47b97e1e1
parent 6 41c0a814d878
child 9 68f3171a5819
equal deleted inserted replaced
10:b04270301d3b 11:64a47b97e1e1
    33         int start(int activatedView, bool showDialpad);
    33         int start(int activatedView, bool showDialpad);
    34         int startWithNum(int activatedView, bool showDialpad, QString dialpadText);
    34         int startWithNum(int activatedView, bool showDialpad, QString dialpadText);
    35         
    35         
    36     signals:
    36     signals:
    37     
    37     
    38         void activateView(LogsServices::LogsView activatedView, bool showDialpad);
    38         void activateView(LogsServices::LogsView activatedView, bool showDialpad, QString dialpadText);
    39         void activateView(QString dialpadText);
    39         void activateView(QString dialpadText);
    40     
    40     
    41     public:
    41     public:
    42         
    42         
    43         bool isStartedUsingService() const;
    43         bool isStartedUsingService() const;