~mutse-young/ubuntu-docviewer-app/trunk

« back to all changes in this revision

Viewing changes to src/plugin/poppler-qml-plugin/plugin.cpp

  • Committer: David Planella
  • Date: 2014-10-28 22:10:16 UTC
  • mto: This revision was merged to the branch mainline in revision 35.
  • Revision ID: david.planella@ubuntu.com-20141028221016-vy793e1xdhgesnkc
Changed plugin path to com.ubuntu...

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
 
7
7
void PopplerPlugin::registerTypes(const char *uri)
8
8
{
9
 
    Q_ASSERT(uri == QLatin1String("org.ubuntu.popplerqmlplugin"));
 
9
    Q_ASSERT(uri == QLatin1String("com.ubuntu.popplerqmlplugin"));
10
10
    
11
 
    //@uri org.ubuntu.popplerqmlplugin
 
11
    //@uri com.ubuntu.popplerqmlplugin
12
12
    qmlRegisterType<PdfModel>(uri, 1, 0, "Poppler");
13
13
}
14
14