~ubuntu-branches/ubuntu/wily/marble/wily-proposed

« back to all changes in this revision

Viewing changes to src/lib/marble/layers/PlacemarkLayer.h

  • Committer: Package Import Robot
  • Author(s): Scarlett Clark, Jonathan Riddell, Scarlett Clark
  • Date: 2014-07-24 23:38:32 UTC
  • mfrom: (1.5.2)
  • Revision ID: package-import@ubuntu.com-20140724233832-7v4421t4khrhw487
Tags: 4:4.13.90-0ubuntu1
[ Jonathan Riddell ]
* Switch to libmarblewidget19 for new soversion

[ Scarlett Clark ]
* New upstream beta release
* Update: do_not_install_private_headers. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
66
66
    bool render( GeoPainter *painter, ViewportParams *viewport,
67
67
                 const QString &renderPos = "NONE", GeoSceneLayer *layer = 0 );
68
68
 
 
69
    RenderState renderState() const;
 
70
 
69
71
    virtual QString runtimeTrace() const;
70
72
 
71
73
    /**
92
94
   void repaintNeeded();
93
95
 
94
96
 private:
95
 
    bool testXBug();
 
97
    static bool testXBug();
96
98
 
97
99
    PlacemarkLayout m_layout;
98
100
};