summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEdward Welbourne <edward.welbourne@qt.io>2024-04-12 10:36:20 +0200
committerEdward Welbourne <edward.welbourne@qt.io>2024-04-26 07:36:16 +0200
commit165f638783a057ec376c60a124e779dcbe833201 (patch)
tree6553e1a93d3e53b349467f08488d6a5222e0d617
parent065548e7b45250acc236ca9d56f45fce64afb52b (diff)
QCalendarBackend: link to the relevant plugin documentation
The docs mention in passing the option of writing a plugin, but lack any link to where to find the details of that. Task-number: QTBUG-115200 Change-Id: Ibd29516d63c55784236860f81048a425c9620223 Reviewed-by: Paul Wicking <paul.wicking@qt.io>
-rw-r--r--src/corelib/time/qcalendar.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/corelib/time/qcalendar.cpp b/src/corelib/time/qcalendar.cpp
index 415203ee17..c87d4b7cf3 100644
--- a/src/corelib/time/qcalendar.cpp
+++ b/src/corelib/time/qcalendar.cpp
@@ -498,8 +498,8 @@ Q_GLOBAL_STATIC(QtPrivate::QCalendarRegistry, calendarRegistry);
base-classes for custom calendar backends, but cannot be instantiated
themselves.
- \sa calendarId(), QDate, QDateTime, QDateEdit,
- QDateTimeEdit, QCalendarWidget
+ \sa calendarId(), QDate, QDateTime, QDateEdit, QDateTimeEdit,
+ QCalendarWidget, {The Low-Level API: Extending Qt Applications}
*/
/*!