mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
[dialer] Remove dubious \n
This commit is contained in:
parent
173d138134
commit
1cb3b1b949
1 changed files with 2 additions and 3 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue