aboutsummaryrefslogtreecommitdiffstats
path: root/libpyside/qproperty.h
diff options
context:
space:
mode:
authorHugo Parente Lima <hugo.pl@gmail.com>2010-10-06 16:38:35 -0300
committerHugo Parente Lima <hugo.pl@gmail.com>2010-10-07 11:44:07 -0300
commitf2c59b613b28bfc8c1351d09ec7edaaedb174bfc (patch)
treef67f52ba8ce35dbc9c422ee17a15f80677496123 /libpyside/qproperty.h
parent16ccce72d8c2763051806a5fc9caa574fa1dcc61 (diff)
Move structs tagged as "export C" outside C++ namespaces.
Also don't export structs that don't need to be exported.
Diffstat (limited to 'libpyside/qproperty.h')
-rw-r--r--libpyside/qproperty.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/libpyside/qproperty.h b/libpyside/qproperty.h
index bb256b4c0..da031db5e 100644
--- a/libpyside/qproperty.h
+++ b/libpyside/qproperty.h
@@ -30,11 +30,6 @@
namespace PySide
{
-extern "C"
-{
- extern PYSIDE_API PyTypeObject QProperty_Type;
-}; //extern "C"
-
PYSIDE_API bool isQPropertyType(PyObject* pyObj);
/**