comparison cpp/qt_core/QPoint_shell.cpp @ 384:d2f48c4cb3e3

Same behavior of shared libs on linux and windows. Minor build script fixes.
author Max Samukha <maxter@spambox.com>
date Fri, 16 Jul 2010 20:04:29 +0300
parents 9784459f0750
children
comparison
equal deleted inserted replaced
383:bd7f485e3573 384:d2f48c4cb3e3
3 3
4 #include "qtd_core.h" 4 #include "qtd_core.h"
5 5
6 6
7 // QPoint::manhattanLength() const 7 // QPoint::manhattanLength() const
8 QTD_EXTERN QTD_DLL_EXPORT int qtd_QPoint_manhattanLength 8 QTD_EXTERN QTD_EXPORT int qtd_QPoint_manhattanLength
9 (void* __this_nativeId) 9 (void* __this_nativeId)
10 { 10 {
11 QPoint *__qt_this = (QPoint *) __this_nativeId; 11 QPoint *__qt_this = (QPoint *) __this_nativeId;
12 int __qt_return_value = __qt_this->manhattanLength(); 12 int __qt_return_value = __qt_this->manhattanLength();
13 13
15 15
16 return __d_return_value; 16 return __d_return_value;
17 } 17 }
18 18
19 // QPoint::operator<<(QDataStream & arg__1) 19 // QPoint::operator<<(QDataStream & arg__1)
20 QTD_EXTERN QTD_DLL_EXPORT void qtd_QPoint_writeTo_QDataStream 20 QTD_EXTERN QTD_EXPORT void qtd_QPoint_writeTo_QDataStream
21 (void* __this_nativeId, 21 (void* __this_nativeId,
22 void* arg__1) 22 void* arg__1)
23 { 23 {
24 QDataStream& __qt_arg__1 = (QDataStream& ) * (QDataStream *) arg__1; 24 QDataStream& __qt_arg__1 = (QDataStream& ) * (QDataStream *) arg__1;
25 QPoint *__qt_this = (QPoint *) __this_nativeId; 25 QPoint *__qt_this = (QPoint *) __this_nativeId;
26 if (__qt_this != 0) ::operator<<((QDataStream& )__qt_arg__1, *__qt_this); 26 if (__qt_this != 0) ::operator<<((QDataStream& )__qt_arg__1, *__qt_this);
27 27
28 } 28 }
29 29
30 // QPoint::operator>>(QDataStream & arg__1) 30 // QPoint::operator>>(QDataStream & arg__1)
31 QTD_EXTERN QTD_DLL_EXPORT void qtd_QPoint_readFrom_QDataStream 31 QTD_EXTERN QTD_EXPORT void qtd_QPoint_readFrom_QDataStream
32 (void* __this_nativeId, 32 (void* __this_nativeId,
33 void* arg__1) 33 void* arg__1)
34 { 34 {
35 QDataStream& __qt_arg__1 = (QDataStream& ) * (QDataStream *) arg__1; 35 QDataStream& __qt_arg__1 = (QDataStream& ) * (QDataStream *) arg__1;
36 QPoint *__qt_this = (QPoint *) __this_nativeId; 36 QPoint *__qt_this = (QPoint *) __this_nativeId;