author | zecke <zecke> | 2003-10-02 19:49:47 (UTC) |
---|---|---|
committer | zecke <zecke> | 2003-10-02 19:49:47 (UTC) |
commit | b262f4cbe41c144c472f17996a8739952464e00c (patch) (unidiff) | |
tree | 2fa5ace084a69cc4c574d42822a43f35ab9a31b5 | |
parent | ec63bc06518a70d56411291afab8f619b96e67f5 (diff) | |
download | opie-b262f4cbe41c144c472f17996a8739952464e00c.zip opie-b262f4cbe41c144c472f17996a8739952464e00c.tar.gz opie-b262f4cbe41c144c472f17996a8739952464e00c.tar.bz2 |
remove debug printing
-rw-r--r-- | library/calendar.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/library/calendar.cpp b/library/calendar.cpp index c7536c3..5199413 100644 --- a/library/calendar.cpp +++ b/library/calendar.cpp | |||
@@ -59,17 +59,16 @@ static void never_called_tr_function_um_libqpe_ts_etwas_unter_zu_jubeln() { | |||
59 | /*! | 59 | /*! |
60 | Returns the name of the month for \a m. | 60 | Returns the name of the month for \a m. |
61 | Equivalent to QDate::monthName(). | 61 | Equivalent to QDate::monthName(). |
62 | */ | 62 | */ |
63 | 63 | ||
64 | QString Calendar::nameOfMonth( int m ) | 64 | QString Calendar::nameOfMonth( int m ) |
65 | { | 65 | { |
66 | QDate d; | 66 | QDate d; |
67 | qDebug( d.monthName( m ) ); | ||
68 | return QObject::tr( d.monthName( m ) ); | 67 | return QObject::tr( d.monthName( m ) ); |
69 | } | 68 | } |
70 | 69 | ||
71 | /*! | 70 | /*! |
72 | Returns the name of the day for \a d. | 71 | Returns the name of the day for \a d. |
73 | Equivalent to QDate::dayName(). | 72 | Equivalent to QDate::dayName(). |
74 | */ | 73 | */ |
75 | QString Calendar::nameOfDay( int d ) | 74 | QString Calendar::nameOfDay( int d ) |