equal
deleted
inserted
replaced
48 |
48 |
49 /*! |
49 /*! |
50 \class QVersitResourceHandler |
50 \class QVersitResourceHandler |
51 \brief The QVersitResourceHandler class is an interface for clients wishing to implement custom |
51 \brief The QVersitResourceHandler class is an interface for clients wishing to implement custom |
52 behaviour for loading and saving files to disk when exporting and importing. |
52 behaviour for loading and saving files to disk when exporting and importing. |
53 \ingroup versit |
53 \ingroup versit-extension |
|
54 \inmodule QtVersit |
54 |
55 |
55 \sa QVersitContactImporter |
56 \sa QVersitContactImporter |
56 \sa QVersitContactExporter |
57 \sa QVersitContactExporter |
57 \sa QVersitDefaultResourceHandler |
58 \sa QVersitDefaultResourceHandler |
58 */ |
59 */ |
83 /*! |
84 /*! |
84 \class QVersitDefaultResourceHandler |
85 \class QVersitDefaultResourceHandler |
85 |
86 |
86 \brief The QVersitDefaultResourceHandler class provides a default implementation of a Versit |
87 \brief The QVersitDefaultResourceHandler class provides a default implementation of a Versit |
87 resource handler. |
88 resource handler. |
|
89 \ingroup versit-extension |
88 |
90 |
89 An example resource handler implementation: |
91 An example resource handler implementation: |
90 \snippet ../../doc/src/snippets/qtversitdocsample/qtversitdocsample.cpp Resource handler |
92 \snippet ../../doc/src/snippets/qtversitdocsample/qtversitdocsample.cpp Resource handler |
91 \ingroup versit |
|
92 |
93 |
93 \sa QVersitContactImporter, QVersitContactExporter, QVersitResourceHandler |
94 \sa QVersitContactImporter, QVersitContactExporter, QVersitResourceHandler |
94 */ |
95 */ |
95 |
96 |
96 |
97 |