aboutsummaryrefslogtreecommitdiffstats
path: root/libpyside/qproperty_p.h
diff options
context:
space:
mode:
authorrenatofilho <renato.filho@openbossa.org>2010-10-20 13:51:28 -0300
committerrenatofilho <renato.filho@openbossa.org>2010-10-21 15:18:44 -0300
commit4f1a11b61f1488921eb2d5de339d92afec8fbc9f (patch)
treee0478aa19b57217711a97650512c1d500096c4ae /libpyside/qproperty_p.h
parent5100b62bdca70d48d5d441cc33ca941053ae1551 (diff)
Create private data structure to QProperty type.
Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
Diffstat (limited to 'libpyside/qproperty_p.h')
-rw-r--r--libpyside/qproperty_p.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/libpyside/qproperty_p.h b/libpyside/qproperty_p.h
index 85380f687..dbd6dd107 100644
--- a/libpyside/qproperty_p.h
+++ b/libpyside/qproperty_p.h
@@ -25,11 +25,6 @@
#include <Python.h>
-extern "C"
-{
- extern PyTypeObject PySideQPropertyType;
-}; //extern "C"
-
namespace PySide
{