phoneapp/phoneuiqtviewadapter/tsrc/ut_phoneuiqtviewadapter/phonenotecontroller_stub.cpp
changeset 78 baacf668fe89
parent 65 2a5d4ab426d3
equal deleted inserted replaced
76:cfea66083b62 78:baacf668fe89
    17 #include "phonenotecontroller.h"
    17 #include "phonenotecontroller.h"
    18 #include "tphonecmdparamglobalnote.h"
    18 #include "tphonecmdparamglobalnote.h"
    19 #include "phoneresourceadapter.h"
    19 #include "phoneresourceadapter.h"
    20 #include <QtDebug>
    20 #include <QtDebug>
    21 #include <hbdevicemessagebox.h>
    21 #include <hbdevicemessagebox.h>
       
    22 #include <xqsystemtoneservice.h>
    22 
    23 
    23 bool m_showGlobalNoteCalled;
    24 bool m_showGlobalNoteCalled;
    24 bool m_showQueryCalled;
    25 bool m_showQueryCalled;
    25 bool m_showNoteCalled;
    26 bool m_showNoteCalled;
    26 bool m_removeDtmfNoteCalled;
    27 bool m_removeDtmfNoteCalled;
    27 bool m_removeNoteCalled;
    28 bool m_removeNoteCalled;
    28 bool m_removeQueryCalled;
    29 bool m_removeQueryCalled;
    29 bool m_removeGlobalWaitNoteCalled;
    30 bool m_removeGlobalWaitNoteCalled;
    30 
    31 
    31 PhoneNoteController::PhoneNoteController(QObject *parent) : QObject (parent)
    32 PhoneNoteController::PhoneNoteController(XQSystemToneService& toneservice,
       
    33         QObject *parent) : QObject (parent)
    32 {
    34 {
       
    35     Q_UNUSED(toneservice);
    33     m_showGlobalNoteCalled = false;
    36     m_showGlobalNoteCalled = false;
    34 }
    37 }
    35 
    38 
    36 PhoneNoteController::~PhoneNoteController()
    39 PhoneNoteController::~PhoneNoteController()
    37 {
    40 {