~ubuntu-branches/ubuntu/raring/marble/raring-proposed

« back to all changes in this revision

Viewing changes to src/bindings/python/sip/GeoDataDocument.sip

  • Committer: Bazaar Package Importer
  • Author(s): Philip Muškovac
  • Date: 2011-07-22 23:08:42 UTC
  • mto: This revision was merged to the branch mainline in revision 3.
  • Revision ID: james.westby@ubuntu.com-20110722230842-rqlmrvwaqova6d7h
Tags: upstream-4.7.0
Import upstream version 4.7.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
    virtual void            pack (QDataStream& stream) const;
43
43
    virtual void            unpack (QDataStream& stream);
44
44
    ~GeoDataDocument ();
 
45
//ig    DocumentRole            documentRole () const;
 
46
//ig    void                    setDocumentRole (DocumentRole role);
45
47
};
46
48
// GeoDataDocument
47
49