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

« back to all changes in this revision

Viewing changes to src/lib/marble/PositionProviderPlugin.h

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2014-12-18 14:08:05 UTC
  • mfrom: (1.5.8) (68.1.7 vivid-proposed)
  • Revision ID: package-import@ubuntu.com-20141218140805-s9vz8rnjd34ekcbc
Tags: 4:14.12.0-0ubuntu2
Remove .acc files, there are no abi tars and we already have .symbols files

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
 
18
18
namespace Marble
19
19
{
20
 
    class MarbleModel;
21
 
    class PositionProviderPluginPrivate;
 
20
class PositionProviderPluginPrivate;
22
21
 
23
22
/**
24
23
 * @short The abstract class that provides position information.
30
29
 public:
31
30
    virtual ~PositionProviderPlugin();
32
31
 
33
 
    const MarbleModel* marbleModel() const;
34
 
    void  setMarbleModel( const MarbleModel* );
35
 
 
36
32
    /**
37
33
     * @brief Returns the string that should appear in the user interface.
38
34
     *