Home
last modified time | relevance | path

Searched refs:julianChanged (Results 1 – 2 of 2) sorted by relevance

/dports/astro/stellarium/stellarium-0.21.3/plugins/Calendars/src/gui/
H A DCalendarsDialog.cpp123 connect(ui->julianYearSpinBox, SIGNAL(valueChanged(int)), this, SLOT(julianChanged())); in createDialogContent()
124 connect(ui->julianMonthSpinBox, SIGNAL(valueChanged(int)), this, SLOT(julianChanged())); in createDialogContent()
125 connect(ui->julianDaySpinBox, SIGNAL(valueChanged(int)), this, SLOT(julianChanged())); in createDialogContent()
312 void CalendarsDialog::julianChanged() in julianChanged() function in CalendarsDialog
H A DCalendarsDialog.hpp66 void julianChanged();