~ubuntu-branches/ubuntu/quantal/marble/quantal

« back to all changes in this revision

Viewing changes to src/lib/MarbleLocale_p.h

  • Committer: Bazaar Package Importer
  • Author(s): Philip Muškovac
  • Date: 2011-07-11 15:43:02 UTC
  • Revision ID: james.westby@ubuntu.com-20110711154302-lq69ftcx125g1jx5
Tags: upstream-4.6.90+repack
Import upstream version 4.6.90+repack

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
//
 
2
// This file is part of the Marble Virtual Globe.
 
3
//
 
4
// This program is free software licensed under the GNU LGPL. You can
 
5
// find a copy of this license in LICENSE.txt in the top directory of
 
6
// the source code.
 
7
//
 
8
// Copyright 2008-2009    Torsten Rahn <tackat@kde.org>
 
9
//
 
10
 
 
11
#ifndef MARBLE_MARBLELOCALE_P_H
 
12
#define MARBLE_MARBLELOCALE_P_H
 
13
 
 
14
 
 
15
namespace Marble
 
16
{
 
17
 
 
18
 
 
19
class MarbleLocalePrivate
 
20
{
 
21
 public:
 
22
    MarbleLocalePrivate();
 
23
    virtual ~MarbleLocalePrivate();
 
24
 
 
25
    DistanceUnit m_distanceUnit;
 
26
    MeasureSystem m_measureSystem;
 
27
};
 
28
 
 
29
}
 
30
 
 
31
#endif