aboutsummaryrefslogtreecommitdiffstats
path: root/libpyside/pysideproperty.h
diff options
context:
space:
mode:
authorHugo Parente Lima <hugo.pl@gmail.com>2011-08-10 18:00:58 -0300
committerHugo Parente Lima <hugo.pl@gmail.com>2012-03-08 16:54:43 -0300
commitb633bd4c2e575ff6101f2ae9ae39e192bad7fcb4 (patch)
tree5eef57515002a6317c3219df3af0fc2cecb42484 /libpyside/pysideproperty.h
parenta87d1142102d5bde730dd1186838227a9e003fc8 (diff)
Deprecated functions marked as deprecated.
Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
Diffstat (limited to 'libpyside/pysideproperty.h')
-rw-r--r--libpyside/pysideproperty.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libpyside/pysideproperty.h b/libpyside/pysideproperty.h
index ce2704a13..21be9881b 100644
--- a/libpyside/pysideproperty.h
+++ b/libpyside/pysideproperty.h
@@ -45,8 +45,8 @@ typedef void (*MetaCallHandler)(PySideProperty*,PyObject*,QMetaObject::Call, voi
PYSIDE_API bool checkType(PyObject* pyObj);
-//Deprecated (use checkType)
-PYSIDE_API bool isPropertyType(PyObject* pyObj);
+/// @deprecated Use checkType
+PYSIDE_DEPRECATED(PYSIDE_API bool isPropertyType(PyObject* pyObj));
/**
* This function call set property function and pass value as arg