aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorHugo Parente Lima <hugo.pl@gmail.com>2011-02-25 19:07:27 -0300
committerHugo Parente Lima <hugo.pl@gmail.com>2012-03-08 16:54:00 -0300
commita7263b23e001b5281119edd3c5d9f49513503afb (patch)
treef2d4ff99062b6239f1ed8aca4610675e1c3fc5f4 /doc
parent2a58c0102b6ad68635c3ee0fa8808d604e103aba (diff)
Minor fixes on pysideapi2.rst.
Diffstat (limited to 'doc')
-rw-r--r--doc/pysideapi2.rst13
1 files changed, 4 insertions, 9 deletions
diff --git a/doc/pysideapi2.rst b/doc/pysideapi2.rst
index c7c5ac583..48f87c3ad 100644
--- a/doc/pysideapi2.rst
+++ b/doc/pysideapi2.rst
@@ -1,3 +1,6 @@
+
+.. _pysideapi2:
+
PySide API 2
************
@@ -14,18 +17,10 @@ back. Thus remember to update your source code to the new API, this will ensure
your code will run on both bindings.
-Changes:
-
-- __hash__() function return value
-- QString
-- QTextStream
-- QVariant
-
-
__hash__() function return value
================================
-The hash value returned for the classes QDate, QDateTime, QTime, QUrl will be
+The hash value returned for the classes :class:`PySide.QtCore.QDate`, :class:`PySide.QtCore.QDateTime`, :class:`PySide.QtCore.QTime`, :class:`PySide.QtCore.QUrl` will be
based on their string representations, thus objects with the same value will
produce the same hash.