diff options
Diffstat (limited to 'src/kernel/qapplication.h')
-rw-r--r-- | src/kernel/qapplication.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/kernel/qapplication.h b/src/kernel/qapplication.h index de65e39..dca2138 100644 --- a/src/kernel/qapplication.h +++ b/src/kernel/qapplication.h @@ -539,12 +539,6 @@ inline QSize QApplication::globalStrut() return app_strut; } -inline bool QApplication::sendEvent( QObject *receiver, QEvent *event ) -{ if ( event ) event->spont = FALSE; return qApp ? qApp->notify( receiver, event ) : FALSE; } - -inline bool QApplication::sendSpontaneousEvent( QObject *receiver, QEvent *event ) -{ if ( event ) event->spont = TRUE; return qApp ? qApp->notify( receiver, event ) : FALSE; } - #ifdef QT_NO_TRANSLATION // Simple versions inline QString QApplication::translate( const char *, const char *sourceText, |