calendarui/caleneditor/inc/caleneditor.h
changeset 50 579cc610882e
parent 18 c198609911f9
child 55 2c54b51f39c4
equal deleted inserted replaced
49:5de72ea7a065 50:579cc610882e
    43 	Q_OBJECT
    43 	Q_OBJECT
    44 
    44 
    45 public:
    45 public:
    46 	enum CreateType{
    46 	enum CreateType{
    47 		TypeAppointment = 0,
    47 		TypeAppointment = 0,
       
    48 		// TODO: Need to add more types
    48 		TypeUnKnown = -1
    49 		TypeUnKnown = -1
    49 	};
    50 	};
    50 	
    51 	
    51 	explicit CalenEditor(QObject *parent = 0);
    52 	explicit CalenEditor(QObject *parent = 0);
    52 	explicit CalenEditor(AgendaUtil *agendaUtil, QObject *parent = 0);
    53 	explicit CalenEditor(AgendaUtil *agendaUtil, QObject *parent = 0);