~treaves/stellarium/SearchGoto

« back to all changes in this revision

Viewing changes to plugins/Satellites/src/gui/SatellitesDialog.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:
69
69
{
70
70
        ui->setupUi(dialog);
71
71
        ui->tabs->setCurrentIndex(0);
 
72
        connect(&StelApp::getInstance(), SIGNAL(languageChanged()), this, SLOT(languageChanged()));
72
73
 
73
74
        // Settings tab / updates group
74
75
        connect(ui->internetUpdatesCheckbox, SIGNAL(stateChanged(int)), this, SLOT(setUpdatesEnabled(int)));