~treaves/stellarium/SearchGoto

« back to all changes in this revision

Viewing changes to plugins/TelescopeControl/src/gui/SlewDialog.cpp

  • 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:
60
60
        ui->setupUi(dialog);
61
61
        
62
62
        //Inherited connect
 
63
        connect(&StelApp::getInstance(), SIGNAL(languageChanged()), this, SLOT(languageChanged()));
63
64
        connect(ui->closeStelWindow, SIGNAL(clicked()), this, SLOT(close()));
64
65
 
65
66
        connect(ui->radioButtonHMS, SIGNAL(toggled(bool)), this, SLOT(setFormatHMS(bool)));