~phablet-team/telephony-service/trunk

« back to all changes in this revision

Viewing changes to Ubuntu/Telephony/components.cpp

  • Committer: CI bot
  • Author(s): Tiago Salem Herrmann
  • Date: 2014-04-07 23:11:36 UTC
  • mfrom: (765.3.10 telephony-service-class0sms)
  • Revision ID: ps-jenkins@lists.canonical.com-20140407231136-gd0ahzbbp9ytbw18
Add class 0 SMS support 

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
#include "telepathyhelper.h"
25
25
#include "callentry.h"
26
26
#include "callmanager.h"
 
27
#include "ussdmanager.h"
27
28
#include "channelobserver.h"
28
29
#include "chatmanager.h"
29
30
#include "contactwatcher.h"
53
54
    mRootContext->setContextProperty("telepathyHelper", TelepathyHelper::instance());
54
55
    mRootContext->setContextProperty("chatManager", ChatManager::instance());
55
56
    mRootContext->setContextProperty("callManager", CallManager::instance());
 
57
    mRootContext->setContextProperty("ussdManager", USSDManager::instance());
56
58
 
57
59
}
58
60