Don't export functions not used outsise libpyside and move them to an private header.

This commit is contained in:
Hugo Parente Lima 2010-10-06 16:10:03 -03:00
commit 16ccce72d8
6 changed files with 161 additions and 121 deletions

View file

@ -21,8 +21,6 @@
*/
#include "signalmanager.h"
#include "qproperty.h"
#include "pyside.h"
#include <QHash>
#include <QStringList>
@ -35,6 +33,10 @@
#include <basewrapper.h>
#include <conversions.h>
#include "qproperty.h"
#include "qproperty_p.h"
#include "pyside.h"
#if QSLOT_CODE != 1 || QSIGNAL_CODE != 2
#error QSLOT_CODE and/or QSIGNAL_CODE changed! change the hardcoded stuff to the correct value!
#endif