notes/notesui/noteseditor/src/noteseditordocloader.cpp
changeset 55 2c54b51f39c4
parent 18 c198609911f9
equal deleted inserted replaced
51:0b38fc5b94c6 55:2c54b51f39c4
    16 *
    16 *
    17 */
    17 */
    18 
    18 
    19 // User includes
    19 // User includes
    20 #include "noteseditordocloader.h"
    20 #include "noteseditordocloader.h"
       
    21 #include "OstTraceDefinitions.h"
       
    22 #ifdef OST_TRACE_COMPILER_IN_USE
       
    23 #include "noteseditordocloaderTraces.h"
       
    24 #endif
       
    25 
    21 
    26 
    22 /*!
    27 /*!
    23 	\class NotesEditorDocLoader
    28 	\class NotesEditorDocLoader
    24 
    29 
    25 	Custom document loader class for constructing custom widgets/objects.
    30 	Custom document loader class for constructing custom widgets/objects.
    34 	\return QObject* Pointer to the constructed QObject.
    39 	\return QObject* Pointer to the constructed QObject.
    35 	\sa HbDocumentLoader
    40 	\sa HbDocumentLoader
    36 */
    41 */
    37 QObject* NotesEditorDocLoader::createObject(const QString &type, const QString &name)
    42 QObject* NotesEditorDocLoader::createObject(const QString &type, const QString &name)
    38 {
    43 {
       
    44 	OstTraceFunctionEntry0( NOTESEDITORDOCLOADER_CREATEOBJECT_ENTRY );
    39 	return HbDocumentLoader::createObject(type, name);
    45 	return HbDocumentLoader::createObject(type, name);
    40 }
    46 }
    41 
    47 
    42 // End of file	--Don't remove this.
    48 // End of file	--Don't remove this.