From e4fc6c395dd0a7400ed2cf76b3148dd7f535c2ea Mon Sep 17 00:00:00 2001 From: zecke Date: Thu, 02 Oct 2003 19:52:46 +0000 Subject: Add coder comments and issue for ODP --- (limited to 'library/datebookmonth.h') diff --git a/library/datebookmonth.h b/library/datebookmonth.h index cb436a8..46b02c8 100644 --- a/library/datebookmonth.h +++ b/library/datebookmonth.h @@ -150,12 +150,14 @@ class DateBookMonth : public QVBox Q_OBJECT public: + /* ac = Auto Close */ DateBookMonth( QWidget *parent = 0, const char *name = 0, bool ac = FALSE, DateBookDB *data = 0 ); ~DateBookMonth(); QDate selectedDate() const; signals: + /* ### FIXME add a signal with QDate -zecke */ void dateClicked( int year, int month, int day ); public slots: -- cgit v0.9.0.2