From 33ba77ee894fb6368e3804458ddd52ea1a1f0909 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 25 Sep 2023 12:24:30 +0900 Subject: Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version Signed-off-by: Michele Calgaro --- libkpimexchange/core/README.download | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libkpimexchange/core/README.download') diff --git a/libkpimexchange/core/README.download b/libkpimexchange/core/README.download index 07540db85..34f3c528b 100644 --- a/libkpimexchange/core/README.download +++ b/libkpimexchange/core/README.download @@ -10,12 +10,12 @@ NOTES: It uses internal state member variables and such. DATA STRUCTURES: -QMap m_uids is in fact a set of known uids telling us +QMap m_uids is in fact a set of known uids telling us whether we're already busy or finished reading the Master event for this UID. The map contains the UID as key, with a value of 1, if UID is either being or finished downloading. -QMap m_transferJobs maps URLs being downloaded +QMap m_transferJobs maps URLs being downloaded to strings of data already received. A URL is removed from the map if all data has been received -- cgit v1.2.1