~ps-jenkins/telephony-service/trusty-proposed

« back to all changes in this revision

Viewing changes to indicator/main.cpp

  • Committer: CI bot
  • Author(s): Tiago Salem Herrmann
  • Date: 2014-04-10 16:19:35 UTC
  • mfrom: (796.1.2 accountIds_handler)
  • Revision ID: ps-jenkins@lists.canonical.com-20140410161935-cu38qc1or589uj62
- get accountIds from handler when appropriate to start apps faster
- set application names 

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
int main(int argc, char **argv)
43
43
{
44
44
    QCoreApplication app(argc, argv);
 
45
    QCoreApplication::setApplicationName("telephony-service-indicator");
45
46
 
46
47
    C::bindtextdomain( "telephony-service", "/usr/share/locale" );
47
48
    C::textdomain("telephony-service");