~lukas-kde/unity8/betterSessionManagement

« back to all changes in this revision

Viewing changes to plugins/Greeter/Unity/Launcher/quicklistmodel.cpp

  • Committer: Lukáš Tinkl
  • Date: 2017-03-24 11:57:27 UTC
  • mfrom: (2800.1.91 unity8)
  • Revision ID: lukas.tinkl@canonical.com-20170324115727-34c7tvv3qnxvxzdj
merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
65
65
        return m_list.at(index.row()).icon();
66
66
    case RoleClickable:
67
67
        return m_list.at(index.row()).clickable();
 
68
    case RoleIsPrivate:
 
69
        return false; // The greeter plugin would just not add any private entries
68
70
    }
69
71
    return QVariant();
70
72
}