diff cpp/qt_core/QPoint_shell.cpp @ 357:9784459f0750

An attempt (failed due to optlink) to improve locality of declarations exported from QtD executables Q_CLASSINFO implementation Now Qtd can be built on Windows
author Max Samukha <maxter@spambox.com>
date Wed, 02 Jun 2010 19:38:05 +0300
parents e78566595089
children d2f48c4cb3e3
line wrap: on
line diff
--- a/cpp/qt_core/QPoint_shell.cpp	Tue May 25 20:14:04 2010 +0300
+++ b/cpp/qt_core/QPoint_shell.cpp	Wed Jun 02 19:38:05 2010 +0300
@@ -5,7 +5,7 @@
 
 
 // QPoint::manhattanLength() const
-extern "C" DLL_PUBLIC int qtd_QPoint_manhattanLength
+QTD_EXTERN QTD_DLL_EXPORT int qtd_QPoint_manhattanLength
 (void* __this_nativeId)
 {
     QPoint *__qt_this = (QPoint *) __this_nativeId;
@@ -17,7 +17,7 @@
 }
 
 // QPoint::operator<<(QDataStream & arg__1)
-extern "C" DLL_PUBLIC void qtd_QPoint_writeTo_QDataStream
+QTD_EXTERN QTD_DLL_EXPORT void qtd_QPoint_writeTo_QDataStream
 (void* __this_nativeId,
  void* arg__1)
 {
@@ -28,7 +28,7 @@
 }
 
 // QPoint::operator>>(QDataStream & arg__1)
-extern "C" DLL_PUBLIC void qtd_QPoint_readFrom_QDataStream
+QTD_EXTERN QTD_DLL_EXPORT void qtd_QPoint_readFrom_QDataStream
 (void* __this_nativeId,
  void* arg__1)
 {