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 17:54:46 +0900 |
commit | 1a3e938ea6a568249910a55192b131fb182d60f1 (patch) | |
tree | b2636f350c19c46cb5bc19f30aa07c97a5ede679 /libkpimexchange/core | |
parent | eac8bbbdfd3f6ad6cbd8ec2a9e8870ea23e08c63 (diff) | |
download | tdepim-r14.1.1.tar.gz tdepim-r14.1.1.zip |
Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* versionr14.1.1
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 33ba77ee894fb6368e3804458ddd52ea1a1f0909)
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 07540db8..34f3c528 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 |