Renamed QProperty object to Property.

Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
          Marcelo Lira <marcelo.lira@openbossa.org>
This commit is contained in:
renatofilho 2010-09-20 10:32:24 -03:00
commit 5a86f845c2
2 changed files with 1 additions and 4 deletions

View file

@ -39,7 +39,6 @@ static QStack<PySide::CleanupFunction> cleanupFunctionList;
namespace PySide namespace PySide
{ {
void init(PyObject *module) void init(PyObject *module)
{ {
init_signal(module); init_signal(module);
@ -99,7 +98,5 @@ void runCleanupFunctions()
} }
} }
} //namespace PySide } //namespace PySide

View file

@ -27,7 +27,7 @@
#include "qproperty.h" #include "qproperty.h"
#define QPROPERTY_CLASS_NAME "QProperty" #define QPROPERTY_CLASS_NAME "Property"
namespace PySide namespace PySide
{ {