~treaves/stellarium/SearchGoto

« back to all changes in this revision

Viewing changes to plugins/TelescopeControl/src/gui/TelescopeDialog.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:
81
81
        ui->setupUi(dialog);
82
82
        
83
83
        //Inherited connect
 
84
        connect(&StelApp::getInstance(), SIGNAL(languageChanged()), this, SLOT(languageChanged()));
84
85
        connect(ui->closeStelWindow, SIGNAL(clicked()), this, SLOT(close()));
85
86
        
86
87
        //Connect: sender, signal, receiver, method