Don't export functions not used outsise libpyside and move them to an private header.
This commit is contained in:
parent
9257cd1783
commit
16ccce72d8
6 changed files with 161 additions and 121 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue