notes/notesui/notesappcontroller/src/notesappcontroller.cpp
changeset 50 579cc610882e
parent 23 fd30d51f876b
child 55 2c54b51f39c4
equal deleted inserted replaced
49:5de72ea7a065 50:579cc610882e
    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",