~mardy/ubuntu-system-settings-online-accounts/apparmor-1489489

« back to all changes in this revision

Viewing changes to online-accounts-service/ui-proxy.cpp

  • Committer: Bileto Bot
  • Author(s): Florian Boucault
  • Date: 2016-07-18 12:14:37 UTC
  • mfrom: (376.1.4 crossbuild_fixes)
  • Revision ID: ci-train-bot@canonical.com-20160718121437-wheuyyk2nnb9oich
Crossbuilding fixes

Approved by: Alberto Mardegan

Show diffs side-by-side

added added

removed removed

Lines of Context:
150
150
 
151
151
void UiProxyPrivate::onNewConnection()
152
152
{
153
 
    Q_Q(UiProxy);
154
 
 
155
153
    QLocalSocket *socket = m_server.nextPendingConnection();
156
154
    if (Q_UNLIKELY(socket == 0)) return;
157
155