notes/notesui/notesappcontroller/src/notesappcontroller.cpp
changeset 45 b6db4fd4947b
parent 23 fd30d51f876b
child 55 2c54b51f39c4
equal deleted inserted replaced
23:fd30d51f876b 45:b6db4fd4947b
    36  mViewManager(0),
    36  mViewManager(0),
    37  mNotesModelHandler(0),
    37  mNotesModelHandler(0),
    38  mIfImpl(0)
    38  mIfImpl(0)
    39 {
    39 {
    40 	// Construct the interface implementation.
    40 	// Construct the interface implementation.
    41 	mIfImpl = new NotesAppControllerIfImpl(this, this);
    41 	mIfImpl = new NotesAppControllerIfImpl(this);
    42 
    42 
    43 	// Construct the model handler.
    43 	// Construct the model handler.
    44 	mNotesModelHandler = new NotesModelHandler(this);
    44 	mNotesModelHandler = new NotesModelHandler(this);
    45 	Q_ASSERT_X(
    45 	Q_ASSERT_X(
    46 			mNotesModelHandler, "notesappcontroller.cpp",
    46 			mNotesModelHandler, "notesappcontroller.cpp",