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

« back to all changes in this revision

Viewing changes to src/lib/marble/geodata/writers/kml/KmlIconStyleTagWriter.cpp

  • 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:
20
20
 
21
21
static GeoTagWriterRegistrar s_writerIconStyle(
22
22
    GeoTagWriter::QualifiedName( GeoDataTypes::GeoDataIconStyleType,
23
 
                                 kml::kmlTag_nameSpace22 ),
 
23
                                 kml::kmlTag_nameSpaceOgc22 ),
24
24
        new KmlIconStyleTagWriter );
25
25
 
26
26
KmlIconStyleTagWriter::KmlIconStyleTagWriter() : KmlColorStyleTagWriter( kml::kmlTag_IconStyle )
53
53
    return true;
54
54
}
55
55
 
56
 
QString KmlIconStyleTagWriter::unitString(GeoDataHotSpot::Units unit) const
 
56
QString KmlIconStyleTagWriter::unitString(GeoDataHotSpot::Units unit)
57
57
{
58
58
    switch (unit) {
59
59
    case GeoDataHotSpot::Pixels: return "pixels";