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

« back to all changes in this revision

Viewing changes to src/lib/marble/geodata/handlers/kml/KmlSimpleFieldTagHandler.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:
24
24
 
25
25
#include "GeoTagHandler.h"
26
26
 
 
27
#include "GeoDataSimpleField.h"
 
28
 
 
29
class QString;
 
30
 
27
31
namespace Marble
28
32
{
29
33
namespace kml
33
37
{
34
38
public:
35
39
    virtual GeoNode* parse(GeoParser&) const;
 
40
 
 
41
private:
 
42
    static GeoDataSimpleField::SimpleFieldType resolveType( const QString& type );
36
43
};
37
44
 
38
45
}