~ps-jenkins/poppler-qml-plugin/latestsnapshot-0.1.1+13.10.20130819.2-0ubuntu1

1
2
3
4
5
6
7
8
9
10
11
12
#include "plugin.h"
#include "pdfModel.h"

#include <qqml.h>

void PopplerPlugin::registerTypes(const char *uri)
{
    // @uri org.docviewer.poppler
    qmlRegisterType<PdfModel>(uri, 1, 0, "Poppler");
}