~ubuntu-branches/ubuntu/precise/stellarium/precise

« back to all changes in this revision

Viewing changes to src/core/StelLocaleMgr.hpp

  • Committer: Bazaar Package Importer
  • Author(s): Scott Howard
  • Date: 2010-02-15 20:48:39 UTC
  • mfrom: (1.1.9 upstream)
  • Revision ID: james.westby@ubuntu.com-20100215204839-u3qgbv60rho997yk
Tags: 0.10.3-0ubuntu1
* New upstream release.
  - fixes intel rendering bug (LP: #480553)

Show diffs side-by-side

added added

removed removed

Lines of Context:
161
161
        //! Convert a 2 letter country code to string
162
162
        static QString countryCodeToString(const QString& countryCode);
163
163
        
164
 
        //! Return a list of all the known country names
 
164
        //! Return an alphabetically ordered list of all the known country names
165
165
        static QStringList getAllCountryNames();
166
166
        
167
167
private: