~ubuntu-branches/debian/sid/stellarium/sid

« back to all changes in this revision

Viewing changes to plugins/Exoplanets/src/Exoplanet.hpp

  • Committer: Package Import Robot
  • Author(s): Tomasz Buchert
  • Date: 2013-08-04 15:06:55 UTC
  • mfrom: (1.2.12)
  • Revision ID: package-import@ubuntu.com-20130804150655-iji0vb5navh3lk13
Tags: 0.12.2-1
* Imported Upstream version 0.12.2
* Added dependency to phonon (to enable video/sound)
* Fixed VCS links
* Removed unused lintian tag (embedded-library glee)
* Dropped obsolete patch
* Update copyright

Show diffs side-by-side

added added

removed removed

Lines of Context:
82
82
        //! Get the angular size of pulsar
83
83
        virtual double getAngularSize(const StelCore* core) const;
84
84
        //! Get the localized name of pulsar
85
 
        virtual QString getNameI18n(void) const
86
 
        {
87
 
                return designation;
88
 
        }
 
85
        virtual QString getNameI18n(void) const;
89
86
        //! Get the english name
90
87
        virtual QString getEnglishName(void) const
91
88
        {