~ubuntu-branches/ubuntu/trusty/gwenview/trusty

« back to all changes in this revision

Viewing changes to lib/documentview/svgviewadapter.h

  • Committer: Package Import Robot
  • Author(s): Philip Muškovac
  • Date: 2011-12-24 18:54:55 UTC
  • mto: This revision was merged to the branch mainline in revision 14.
  • Revision ID: package-import@ubuntu.com-20111224185455-peofsmb92w3o944b
Tags: upstream-4.7.95
Import upstream version 4.7.95

Show diffs side-by-side

added added

removed removed

Lines of Context:
70
70
 
71
71
    virtual Document::Ptr document() const;
72
72
 
73
 
    virtual MimeTypeUtils::Kind kind() const {
 
73
    virtual MimeTypeUtils::Kind kind() const
 
74
    {
74
75
        return MimeTypeUtils::KIND_SVG_IMAGE;
75
76
    }
76
77
 
77
 
    virtual bool canZoom() const {
 
78
    virtual bool canZoom() const
 
79
    {
78
80
        return true;
79
81
    }
80
82