creator/engine/inc/creator_notepadwrapper.h
changeset 54 9347c563e054
parent 35 98924d2efce9
equal deleted inserted replaced
48:da3ec8478e66 54:9347c563e054
    21 //#include "engine.h"
    21 //#include "engine.h"
    22 //#include "creator_modulebase.h"
    22 //#include "creator_modulebase.h"
    23 
    23 
    24 
    24 
    25 #include <e32base.h>
    25 #include <e32base.h>
       
    26 #include <QPluginLoader>
    26 #include <NotesEditorInterface>
    27 #include <NotesEditorInterface>
    27 #include <AgendaUtil>
    28 #include <AgendaUtil>
    28 #include <AgendaEntry>
    29 #include <AgendaEntry>
    29 
    30 
    30 
    31 
    44 		void DeleteAllL();
    45 		void DeleteAllL();
    45 		
    46 		
    46 	private:
    47 	private:
    47 		AgendaUtil *iAgendaUtil;
    48 		AgendaUtil *iAgendaUtil;
    48 		NotesEditorInterface *iNotepadApi;	//QT Notes api
    49 		NotesEditorInterface *iNotepadApi;	//QT Notes api
       
    50 		QPluginLoader* iNotesEditorPluginLoader; // for loading QT Notes api
    49 	};
    51 	};
    50 
    52 
    51 #endif // __CREATORNOTEPADWRAPPER_H__
    53 #endif // __CREATORNOTEPADWRAPPER_H__