calendarui/caleneditor/inc/caleneditor.h
changeset 45 b6db4fd4947b
parent 18 c198609911f9
child 55 2c54b51f39c4
equal deleted inserted replaced
23:fd30d51f876b 45:b6db4fd4947b
    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);