diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-09-25 12:24:30 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-09-25 12:29:08 +0900 |
commit | 33ba77ee894fb6368e3804458ddd52ea1a1f0909 (patch) | |
tree | c2fa9505373e0a8b85c9c8b6764dc329e882168a /libkpimexchange/core | |
parent | 929e1f08c9b4a2288ed122bbc54d8f25ace71375 (diff) | |
download | tdepim-33ba77ee894fb6368e3804458ddd52ea1a1f0909.tar.gz tdepim-33ba77ee894fb6368e3804458ddd52ea1a1f0909.zip |
Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'libkpimexchange/core')
-rw-r--r-- | libkpimexchange/core/README.download | 4 |
1 files changed, 2 insertions, 2 deletions
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<QString,int> m_uids is in fact a set of known uids telling us +QMap<TQString,int> 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<QString,DwString *> m_transferJobs maps URLs being downloaded +QMap<TQString,DwString *> 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 |