~stolowski/unity-api/filters-iface

« back to all changes in this revision

Viewing changes to include/unity/shell/application/ApplicationManagerInterface.h

  • Committer: Pawel Stolowski
  • Date: 2015-11-06 10:38:40 UTC
  • mfrom: (170.13.6 unity-api)
  • Revision ID: pawel.stolowski@canonical.com-20151106103840-gp371bcruok8b62d
Merged trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
70
70
        m_roleNames.insert(RoleStage, "stage");
71
71
        m_roleNames.insert(RoleState, "state");
72
72
        m_roleNames.insert(RoleFocused, "focused");
 
73
        m_roleNames.insert(RoleIsTouchApp, "isTouchApp");
73
74
 
74
75
        connect(this, SIGNAL(rowsInserted(QModelIndex, int, int)), SIGNAL(countChanged()));
75
76
        connect(this, SIGNAL(rowsRemoved(QModelIndex, int, int)), SIGNAL(countChanged()));
92
93
        RoleStage,
93
94
        RoleState,
94
95
        RoleFocused,
 
96
        RoleIsTouchApp,
95
97
    };
96
98
 
97
99
    /// @cond