~ubuntu-branches/ubuntu/raring/koffice/raring

« back to all changes in this revision

Viewing changes to libs/koreport/renderer/KoReportPreRenderer.h

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2010-12-06 15:30:09 UTC
  • mfrom: (0.13.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20101206153009-yf0dqbp9l7fzwxi8
Tags: 1:2.2.91-0ubuntu1
New upstream RC release

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
// This class takes a report definition and prerenders the result to
38
38
// an ORODocument that can be used to pass to any number of renderers.
39
39
//
40
 
class KOREPORT_EXPORT KoReportPreRenderer
 
40
class KOREPORT_EXPORT KoReportPreRenderer : public QObject
41
41
{
42
42
public:
43
 
    KoReportPreRenderer(const QDomElement&);
 
43
    explicit KoReportPreRenderer(const QDomElement&);
44
44
 
45
45
    virtual ~KoReportPreRenderer();
46
46