~ubuntu-branches/debian/wheezy/stellarium/wheezy

« back to all changes in this revision

Viewing changes to src/gui/LocationDialog.hpp

  • Committer: Bazaar Package Importer
  • Author(s): Cédric Delfosse
  • Date: 2011-08-02 20:55:21 UTC
  • mfrom: (1.2.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20110802205521-pjeo0d4v3oe96fax
Tags: 0.11.0-1
* New upstream release (Closes: #633517)
* Update description and drop libqt4-sql-sqlite (Closes: #613380)

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
public:
34
34
        LocationDialog();
35
35
        virtual ~LocationDialog();
36
 
        void languageChanged();
37
36
        //! Notify that the application style changed
38
37
        void styleChanged();
39
 
        
 
38
 
 
39
public slots:
 
40
        void languageChanged();
 
41
 
40
42
protected:
41
43
        //! Initialize the dialog widgets and connect the signals/slots
42
44
        virtual void createDialogContent();
90
92
        void useAsDefaultClicked();
91
93
        
92
94
private:
93
 
        QString lastPlanet;
 
95
        QString lastPlanet;     
94
96
        bool lastVisionMode;
95
97
};
96
98