~mhr3/unity8/use-dee-filtermodel

« back to all changes in this revision

Viewing changes to tests/mocks/LightDM/single-passphrase/UsersModelPrivate.cpp

  • Committer: Michal Hruby
  • Date: 2013-07-03 17:15:35 UTC
  • mfrom: (46.1.30 trunk)
  • Revision ID: michal.mhr@gmail.com-20130703171535-isx8r9j5mz8coj1b
Merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
{
27
27
    entries =
28
28
    {
29
 
        { "has-pin",           "Has PIN",      0, 0, false, false, 0, 0 },
 
29
        { "single", "Has Passphrase", 0, 0, false, false, 0, 0 },
30
30
    };
31
31
}
32
32