diff 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
line wrap: on
line diff
--- a/cpp/qt_core/QPoint_shell.cpp	Mon Jul 12 22:50:58 2010 +0300
+++ b/cpp/qt_core/QPoint_shell.cpp	Fri Jul 16 20:04:29 2010 +0300
@@ -5,7 +5,7 @@
 
 
 // QPoint::manhattanLength() const
-QTD_EXTERN QTD_DLL_EXPORT int qtd_QPoint_manhattanLength
+QTD_EXTERN QTD_EXPORT int qtd_QPoint_manhattanLength
 (void* __this_nativeId)
 {
     QPoint *__qt_this = (QPoint *) __this_nativeId;
@@ -17,7 +17,7 @@
 }
 
 // QPoint::operator<<(QDataStream & arg__1)
-QTD_EXTERN QTD_DLL_EXPORT void qtd_QPoint_writeTo_QDataStream
+QTD_EXTERN QTD_EXPORT void qtd_QPoint_writeTo_QDataStream
 (void* __this_nativeId,
  void* arg__1)
 {
@@ -28,7 +28,7 @@
 }
 
 // QPoint::operator>>(QDataStream & arg__1)
-QTD_EXTERN QTD_DLL_EXPORT void qtd_QPoint_readFrom_QDataStream
+QTD_EXTERN QTD_EXPORT void qtd_QPoint_readFrom_QDataStream
 (void* __this_nativeId,
  void* arg__1)
 {