~neon/kactivities/master

« back to all changes in this revision

Viewing changes to src/service/plugins/activitytemplates/TemplatesPlugin.cpp

  • Committer: Ivan Čukić
  • Date: 2013-12-04 15:50:33 UTC
  • mto: (381.1.76)
  • mto: This revision was merged to the branch mainline in revision 388.
  • Revision ID: git-v1:4eda380bbdf451b71ea96b1b81b61c1b8d588b4a
Activities model for QML

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
{
39
39
    m_activities = modules[QStringLiteral("activities")];
40
40
 
41
 
    setName(QStringLiteral("org.kde.ActivityManager.ActivityTemplates"));
42
 
 
43
41
    return true;
44
42
}
45
43