diff options
| author | Zsolt Simon <zsolt.simon@nokia.com> | 2010-10-07 15:32:02 +1000 |
|---|---|---|
| committer | Zsolt Simon <zsolt.simon@nokia.com> | 2010-10-07 15:32:02 +1000 |
| commit | 8ab4efdabe4d014222bd30a08d8a62e565b79575 (patch) | |
| tree | 1322c23811d1ee6cc4f9326f034428041e0e8399 /doc/src/snippets/qtorganizerdocsample/qtorganizerdocsample.cpp | |
| parent | e2db49f591ee58b79639bae54662cdf9a909ad33 (diff) | |
fixing the code according to the review comments (part 1)
Diffstat (limited to 'doc/src/snippets/qtorganizerdocsample/qtorganizerdocsample.cpp')
| -rw-r--r-- | doc/src/snippets/qtorganizerdocsample/qtorganizerdocsample.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/snippets/qtorganizerdocsample/qtorganizerdocsample.cpp b/doc/src/snippets/qtorganizerdocsample/qtorganizerdocsample.cpp index fb0cb1a4f1..928d022d8e 100644 --- a/doc/src/snippets/qtorganizerdocsample/qtorganizerdocsample.cpp +++ b/doc/src/snippets/qtorganizerdocsample/qtorganizerdocsample.cpp @@ -131,7 +131,7 @@ void snippets() QOrganizerItemDetailFilter locationFilter; locationFilter.setDetailDefinitionName(QOrganizerItemLocation::DefinitionName, QOrganizerItemLocation::FieldLocationName); locationFilter.setValue("Meeting Room 8"); - QList<QOrganizerItem> entries = defaultManager.items(QDateTime(), QDateTime(), locationFilter); + QList<QOrganizerItem> entries = defaultManager.items(locationFilter); //! [Retrieving any entry (not occurrence) which matches a search criteria] //! [Creating an exception to a particular recurrent event] |
