comparison include/qtd_core.h @ 298:adae77fdc1ea signals

Native QList implementation is now used throughout QtD
author eldar
date Sun, 06 Dec 2009 17:26:37 +0000
parents 34a37904ff77
children 4d8481385c71
comparison
equal deleted inserted replaced
297:bc783e20da2b 298:adae77fdc1ea
79 #endif 79 #endif
80 80
81 extern "C" QModelIndex qtd_to_QModelIndex(QModelIndexAccessor mia); 81 extern "C" QModelIndex qtd_to_QModelIndex(QModelIndexAccessor mia);
82 extern "C" QModelIndexAccessor qtd_from_QModelIndex(const QModelIndex &index); 82 extern "C" QModelIndexAccessor qtd_from_QModelIndex(const QModelIndex &index);
83 83
84 84 template <class T>
85 85 void call_destructor(T *a)
86 {
87 a->~T();
88 }
86 #endif // QTD_CORE_H 89 #endif // QTD_CORE_H