~treaves/stellarium/SearchGoto

« back to all changes in this revision

Viewing changes to src/gui/ViewDialog.hpp

  • Committer: Timothy Reaves
  • Date: 2011-02-01 13:17:34 UTC
  • mfrom: (4870.1.4 signalsAndSlots)
  • Revision ID: treaves@silverfieldstech.com-20110201131734-dlixznpj88f2bmyk
Refactoring to use signals/slots for module-related functionality.

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
public:
35
35
        ViewDialog();
36
36
        virtual ~ViewDialog();
37
 
        void languageChanged();
38
37
        //! Notify that the application style changed
39
38
        void styleChanged();
 
39
 
 
40
public slots:
 
41
        void languageChanged();
 
42
 
40
43
protected:
41
44
        Ui_viewDialogForm* ui;
42
45
        //! Initialize the dialog widgets and connect the signals/slots