phoneapp/phoneuiqtviewadapter/tsrc/ut_phoneuiqtviewadapter/phoneapplauncher_stub.cpp
changeset 65 2a5d4ab426d3
parent 46 bc5a64e5bc3c
equal deleted inserted replaced
60:1eef62f5c541 65:2a5d4ab426d3
    77  */
    77  */
    78 void PhoneAppLauncher::sendServiceRequest(
    78 void PhoneAppLauncher::sendServiceRequest(
    79         const QString &service, 
    79         const QString &service, 
    80         const QString &interface,
    80         const QString &interface,
    81         const QString &function,
    81         const QString &function,
    82         const QList<QVariant> &arguments)
    82         const QList<QVariant> &arguments,
       
    83         const bool foreground)
    83 {
    84 {
    84     Q_UNUSED(service);
    85     Q_UNUSED(service);
    85     Q_UNUSED(interface);
    86     Q_UNUSED(interface);
    86     Q_UNUSED(function);
    87     Q_UNUSED(function);
    87     Q_UNUSED(arguments);
    88     Q_UNUSED(arguments);
       
    89     Q_UNUSED(foreground);
    88 }
    90 }
    89 
    91 
    90 // end of file
    92 // end of file