[kdelibs/frameworks] /: Small tip for KIO::http_update_cache porting

Albert Astals Cid aacid at kde.org
Sun Dec 15 14:16:22 UTC 2013


Git commit 279aeffd0ac28b128fc5d7782fca50ddec2057b6 by Albert Astals Cid.
Committed on 15/12/2013 at 14:13.
Pushed by aacid into branch 'frameworks'.

Small tip for KIO::http_update_cache porting

CCMAIL:kde-frameworks-devel at kde.org

M  +1    -0    KDE5PORTING.html

http://commits.kde.org/kdelibs/279aeffd0ac28b128fc5d7782fca50ddec2057b6

diff --git a/KDE5PORTING.html b/KDE5PORTING.html
index a4d52f1..a727079 100644
--- a/KDE5PORTING.html
+++ b/KDE5PORTING.html
@@ -460,6 +460,7 @@ toolbar->setProperty("otherToolbar", true);</pre>
   <li>KIO::RenameDialogPlugin was removed, it was unused for a long time anyway. The rename dialog uses KFileMetaDataWidget and PreviewJob instead.</li>
   <li>When Job::setUiDelegate(0) is used on a CopyJob (KIO::copy or KIO::move), an extra call to setUiDelegateExtension(0) is probably necessary, to disable skip and rename dialogs.</li>
   <li>KIO::Job::isInteractive() has been removed, use uiDelegate() or uiDelegateExtension() depending on what is meant (error messages, or rename/skip dialog).</li>
+  <li>KIO::http_update_cache() now takes a QDateTime instead of a time_t, you can use QDateTime::fromTime_t if you need to</li>
 </ul>
 
 <h4 align="right"><a href="#TOC">Return to the Table of Contents</a></h4>


More information about the Kde-frameworks-devel mailing list