[Kstars-devel] kdeedu/kstars/kstars
Pablo de Vicente
p.devicente at wanadoo.es
Tue Jun 15 07:29:25 CEST 2004
CVS commit by pvicente:
Reverted changes in dmsBox because functions showCircumpolar and showDoestNotRise
were not necessary. I am using a generic function called setDMS in class
modCalcDayLength
CCMAIL:kstars-devel at kde.org
M +0 -8 dmsbox.cpp 1.26
M +0 -10 dmsbox.h 1.13
--- kdeedu/kstars/kstars/dmsbox.cpp #1.25:1.26
@@ -74,12 +74,4 @@ dms dmsBox::createDms ( bool deg, bool *
}
-void dmsBox::showCircumpolar(void) {
- setText(i18n("Circumpolar"));
-}
-
-void dmsBox::showDoesNotRise(void) {
- setText(i18n("Does not rise"));
-}
-
dmsBox::~dmsBox(){
}
--- kdeedu/kstars/kstars/dmsbox.h #1.12:1.13
@@ -123,14 +123,4 @@ public:
void clearFields (void) { setDMS(""); }
- /*
- * Shows in the KLineEdit "Circumpolar"
- */
- void showCircumpolar();
-
- /*
- * Shows in the KLineEdit "Does not rise"
- */
- void showDoesNotRise();
-
private:
More information about the Kstars-devel
mailing list