~mterry/qtmir/warn-on-xapp

« back to all changes in this revision

Viewing changes to src/modules/Unity/Application/ubuntukeyboardinfo.cpp

  • Committer: Gerry Boland
  • Date: 2014-07-01 13:38:06 UTC
  • mto: This revision was merged to the branch mainline in revision 158.
  • Revision ID: gerry.boland@canonical.com-20140701133806-lwfnplkijthydzj4
Update QML plugin: rename to Unity.Application, merge latest unity-mir changes, add tests (not passing yet) and use category logging

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
 
19
19
#include <QDir>
20
20
 
 
21
namespace qtmir {
 
22
 
21
23
namespace {
22
24
    const int gConnectionAttemptIntervalMs = 5000;
23
25
    const int gMaxConsecutiveAttempts = 10;
149
151
    } else {
150
152
        m_socketFilePath = QDir("/tmp").filePath(gServerName);
151
153
    }
 
154
}
152
155
 
153
 
}
 
156
} // namespace qtmir