[dialer] Remove dubious \n

This commit is contained in:
Martin Klapetek 2015-06-19 17:55:47 +02:00
parent 173d138134
commit 1cb3b1b949

View file

@ -129,9 +129,8 @@ int main(int argc, char **argv)
<< Tp::Contact::FeatureAvatarData
);
Tp::ClientRegistrarPtr registrar =
Tp::ClientRegistrar::create(accountFactory, connectionFactory,
channelFactory, contactFactory);
Tp::ClientRegistrarPtr registrar = Tp::ClientRegistrar::create(accountFactory, connectionFactory,
channelFactory, contactFactory);
Tp::AccountPtr simAccount = Tp::Account::create(TP_QT_ACCOUNT_MANAGER_BUS_NAME, QStringLiteral("/org/freedesktop/Telepathy/Account/ofono/ofono/account0"),
connectionFactory, channelFactory);