comparison include/qtd_core.h @ 378:7341c47790d4

binding of qwt
author Eldar Insafutdinov
date Sat, 10 Jul 2010 21:54:44 +0100
parents da4235301224
children d2f48c4cb3e3
comparison
equal deleted inserted replaced
375:c429854a40c0 378:7341c47790d4
82 #define QTD_WEBKIT_DLL_PUBLIC QTD_DLL_EXPORT 82 #define QTD_WEBKIT_DLL_PUBLIC QTD_DLL_EXPORT
83 #else 83 #else
84 #define QTD_WEBKIT_DLL_PUBLIC QTD_DLL_IMPORT 84 #define QTD_WEBKIT_DLL_PUBLIC QTD_DLL_IMPORT
85 #endif 85 #endif
86 86
87 #ifdef QTD_QWT
88 #define QTD_QWT_DLL_PUBLIC QTD_DLL_EXPORT
89 #else
90 #define QTD_QWT_DLL_PUBLIC QTD_DLL_IMPORT
91 #endif
92
87 //TODO: ditch 93 //TODO: ditch
88 struct QModelIndexAccessor { 94 struct QModelIndexAccessor {
89 int row; 95 int row;
90 int col; 96 int col;
91 void *ptr; 97 void *ptr;