~phablet-team/telephony-service/trunk

« back to all changes in this revision

Viewing changes to Ubuntu/PhoneApp/components.cpp

  • Committer: Tarmac
  • Author(s): Gustavo Pichorim Boiko
  • Date: 2013-03-20 04:37:03 UTC
  • mfrom: (609.1.14 phone-app-rename)
  • Revision ID: tarmac-20130320043703-ws4n78rv8b3ihqyi
Rename telephony-app to phone-app.

Approved by PS Jenkins bot, Günter Schwann.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
 *  Tiago Salem Herrmann <tiago.herrmann@canonical.com>
6
6
 *  Gustavo Pichorim Boiko <gustavo.boiko@canonical.com>
7
7
 *
8
 
 * This file is part of telephony-app.
 
8
 * This file is part of phone-app.
9
9
 *
10
 
 * telephony-app is free software; you can redistribute it and/or modify
 
10
 * phone-app is free software; you can redistribute it and/or modify
11
11
 * it under the terms of the GNU General Public License as published by
12
12
 * the Free Software Foundation; version 3.
13
13
 *
14
 
 * telephony-app is distributed in the hope that it will be useful,
 
14
 * phone-app is distributed in the hope that it will be useful,
15
15
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
16
16
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17
17
 * GNU General Public License for more details.
92
92
 
93
93
void Components::registerTypes(const char *uri)
94
94
{
95
 
    // @uri TelephonyApp
 
95
    // @uri PhoneApp
96
96
    qmlRegisterUncreatableType<TelepathyHelper>(uri, 0, 1, "TelepathyHelper", "This is a singleton helper class");
97
97
    qmlRegisterType<ConversationProxyModel>(uri, 0, 1, "ConversationProxyModel");
98
98
    qmlRegisterType<ContactEntry>(uri, 0, 1, "ContactEntry");