aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside2/doc/extras/QtCore.ClassInfo.rst
diff options
context:
space:
mode:
Diffstat (limited to 'sources/pyside2/doc/extras/QtCore.ClassInfo.rst')
-rw-r--r--sources/pyside2/doc/extras/QtCore.ClassInfo.rst23
1 files changed, 0 insertions, 23 deletions
diff --git a/sources/pyside2/doc/extras/QtCore.ClassInfo.rst b/sources/pyside2/doc/extras/QtCore.ClassInfo.rst
deleted file mode 100644
index 89ca926c7..000000000
--- a/sources/pyside2/doc/extras/QtCore.ClassInfo.rst
+++ /dev/null
@@ -1,23 +0,0 @@
-.. currentmodule:: PySide2.QtCore
-.. _ClassInfo:
-
-ClassInfo
-*********
-
-This class is used to associates extra information to the class, which is available
-using QObject.metaObject(). Qt and PySide doesn't use this information.
-
-The extra information takes the form of a dictionary with key and value in a literal string.
-
-.. note:: This Class is a implementation of Q_CLASSINFO macro.
-
-
-Example
--------
-
-::
-
- @ClassInfo(Author='PySide Team', URL='http://www.pyside.org')
- class MyObject(QObject):
- ...
-