/[classpath]/classpath/native/jni/qt-peer/qtpanelpeer.cpp
ViewVC logotype

Diff of /classpath/native/jni/qt-peer/qtpanelpeer.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by robilad, Mon Aug 15 21:53:12 2005 UTC revision 1.3 by smarothy, Tue Aug 16 23:22:09 2005 UTC
# Line 56  public: Line 56  public:
56    
57  #define I_KNOW_WHAT_IM_DOING  #define I_KNOW_WHAT_IM_DOING
58  #define PARENT QWidget  #define PARENT QWidget
59  #include "eventmethods.cpp"  #include "eventmethods.h"
60  #undef I_KNOW_WHAT_IM_DOING  #undef I_KNOW_WHAT_IM_DOING
61  #undef PARENT  #undef PARENT
62  };  };
63    
64    /**
65     * Init
66     */
67  JNIEXPORT void JNICALL Java_gnu_java_awt_peer_qt_QtPanelPeer_init  JNIEXPORT void JNICALL Java_gnu_java_awt_peer_qt_QtPanelPeer_init
68  (JNIEnv *env, jobject obj)  (JNIEnv *env, jobject obj)
69  {  {

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26