javauis/eswt_qt/org.eclipse.swt/Eclipse_SWT_PI/qt/library/slotcallback.cpp
changeset 87 1627c337e51e
parent 35 85266cc22c7f
equal deleted inserted replaced
80:d6dafc5d983f 87:1627c337e51e
    11 
    11 
    12 #include <QPoint>
    12 #include <QPoint>
    13 #include <QString>
    13 #include <QString>
    14 #include <QUrl>
    14 #include <QUrl>
    15 #include <QModelIndex>
    15 #include <QModelIndex>
    16 #ifdef __SYMBIAN32__
    16 #if 0
    17 #include <cntservicescontact.h>
    17 #include <cntservicescontact.h>
    18 #endif
    18 #endif
    19 
    19 
    20 #include "QItemSelection"
    20 #include "QItemSelection"
    21 #include "QListWidgetItem"
    21 #include "QListWidgetItem"
   197 {
   197 {
   198     SWT_LOG_FUNC_CALL();
   198     SWT_LOG_FUNC_CALL();
   199     callJava(reinterpret_cast<jint>(&value));
   199     callJava(reinterpret_cast<jint>(&value));
   200 }
   200 }
   201 
   201 
   202 #ifdef __SYMBIAN32__
   202 #if 0
   203 Q_IMPLEMENT_USER_METATYPE(CntServicesContact)
   203 Q_IMPLEMENT_USER_METATYPE(CntServicesContact)
   204 Q_IMPLEMENT_USER_METATYPE_NO_OPERATORS(CntServicesContactList)
   204 Q_IMPLEMENT_USER_METATYPE_NO_OPERATORS(CntServicesContactList)
   205 #endif
   205 #endif
   206 
   206