logsui/logsapp/tsrc/ut_logsapp/logsengine_stub/logscontact.h
changeset 14 f27aebe284bb
parent 2 7119b73b84d6
child 17 90fe74753f71
equal deleted inserted replaced
11:64a47b97e1e1 14:f27aebe284bb
    71      * Emits openCompleted() signal, when contact saving is done.
    71      * Emits openCompleted() signal, when contact saving is done.
    72      * @return true if saving was called successfully
    72      * @return true if saving was called successfully
    73      */
    73      */
    74     bool updateExisting();
    74     bool updateExisting();
    75     
    75     
       
    76     void cancelServiceRequest();
       
    77     
    76 signals:
    78 signals:
    77 
    79 
    78     void openCompleted(bool modified);
    80     void openCompleted(bool modified);
    79     void saveCompleted(bool modified);
    81     void saveCompleted(bool modified);
    80         
    82         
    82     
    84     
    83     static void setNextRequestType(LogsContact::RequestType type);
    85     static void setNextRequestType(LogsContact::RequestType type);
    84     static void reset();
    86     static void reset();
    85     
    87     
    86     QString mNumber;
    88     QString mNumber;
    87     
    89     static bool mServiceRequestCanceled;
    88 };
    90 };
    89                   
    91                   
    90 #endif // LOGSCONTACT_H
    92 #endif // LOGSCONTACT_H