~zsombi/ubuntu-ui-toolkit/contextualActions

« back to all changes in this revision

Viewing changes to src/Ubuntu/Components/plugin/plugin.cpp

  • Committer: Zsombor Egri
  • Date: 2015-08-23 22:10:30 UTC
  • Revision ID: zsombor.egri@canonical.com-20150823221030-kn72196ryy1qbyeg
small tweaks on tests and contexts

Show diffs side-by-side

added added

removed removed

Lines of Context:
232
232
    qmlRegisterCustomType<UCStyleHints>(uri, 1, 3, "StyleHints", new UCStyleHintsParser);
233
233
    qmlRegisterType<UCAction, 1>(uri, 1, 3, "Action");
234
234
    qmlRegisterType<UCActionContext, 1>(uri, 1, 3, "ActionContext");
235
 
    qmlRegisterType<UCActionManager, 1>(uri, 1, 3, "ActionManager");
236
235
    qmlRegisterType<UCUbuntuShape, 2>(uri, 1, 3, "UbuntuShape");
237
236
    qmlRegisterType<UCProportionalShape>(uri, 1, 3, "ProportionalShape");
238
237
    qmlRegisterType<LiveTimer>(uri, 1, 3, "LiveTimer");