~verzegnassi-stefano/+junk/temp-new-pdf-plugin

« back to all changes in this revision

Viewing changes to src/plugin/libreofficetoolkit-qml-plugin/loview.h

  • Committer: Roman Shchekin
  • Date: 2015-12-12 10:06:55 UTC
  • Revision ID: mrqtros@gmail.com-20151212100655-j6zs8u702fokv5ot
RenderEngine now become application-wide tool.

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
#include <QQmlEngine>
25
25
 
26
26
#include "loerror.h"
27
 
#include "rendertask.h"
28
 
#include "renderengine.h"
 
27
#include "lorendertask.h"
 
28
#include "../../app/renderengine.h"
29
29
#include "lopartsmodel.h"
30
30
#include "lopartsimageprovider.h"
31
31