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

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

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

revision 1.1 by smarothy, Thu Aug 11 17:06:48 2005 UTC revision 1.2 by smarothy, Sun Aug 21 00:19:49 2005 UTC
# Line 50  MainThreadInterface::MainThreadInterface Line 50  MainThreadInterface::MainThreadInterface
50   */   */
51  bool MainThreadInterface::event ( QEvent * e )  bool MainThreadInterface::event ( QEvent * e )
52  {  {
53      QObject::event( e );
54    if( e->type() == QEvent::User)    if( e->type() == QEvent::User)
55      {      {
56        AWTEvent *fe = (AWTEvent *)e;        AWTEvent *fe = (AWTEvent *)e;

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

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