diff cpp/qt_core/QLine_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 323efbe5c2f7
children d2f48c4cb3e3
line wrap: on
line diff
--- a/cpp/qt_core/QLine_shell.cpp	Tue May 25 20:14:04 2010 +0300
+++ b/cpp/qt_core/QLine_shell.cpp	Wed Jun 02 19:38:05 2010 +0300
@@ -4,7 +4,7 @@
 #include "qtd_core.h"
 
 // QLine::operator<<(QDataStream & arg__1)
-extern "C" DLL_PUBLIC void qtd_QLine_writeTo_QDataStream
+QTD_EXTERN QTD_DLL_PUBLIC void qtd_QLine_writeTo_QDataStream
 (void* __this_nativeId,
  void* arg__1)
 {
@@ -15,7 +15,7 @@
 }
 
 // QLine::operator>>(QDataStream & arg__1)
-extern "C" DLL_PUBLIC void qtd_QLine_readFrom_QDataStream
+QTD_EXTERN QTD_DLL_PUBLIC void qtd_QLine_readFrom_QDataStream
 (void* __this_nativeId,
  void* arg__1)
 {