diff cpp/qt_core/QPointF_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/QPointF_shell.cpp	Tue May 25 20:14:04 2010 +0300
+++ b/cpp/qt_core/QPointF_shell.cpp	Wed Jun 02 19:38:05 2010 +0300
@@ -5,7 +5,7 @@
 
 // ---externC---
 // QPointF::operator<<(QDataStream & arg__1)
-extern "C" DLL_PUBLIC void qtd_QPointF_writeTo_QDataStream
+QTD_EXTERN QTD_DLL_EXPORT void qtd_QPointF_writeTo_QDataStream
 (void* __this_nativeId,
  void* arg__1)
 {
@@ -16,7 +16,7 @@
 }
 
 // QPointF::operator>>(QDataStream & arg__1)
-extern "C" DLL_PUBLIC void qtd_QPointF_readFrom_QDataStream
+QTD_EXTERN QTD_DLL_EXPORT void qtd_QPointF_readFrom_QDataStream
 (void* __this_nativeId,
  void* arg__1)
 {