src/gui/kernel/qwhatsthis.cpp
branchRCL_3
changeset 13 c0432d11811c
parent 4 3b1da2848fc7
equal deleted inserted replaced
12:cc75c76972ee 13:c0432d11811c
   141     QWhatsThis::hideText() to hide it explicitly.
   141     QWhatsThis::hideText() to hide it explicitly.
   142 
   142 
   143     \sa QToolTip
   143     \sa QToolTip
   144 */
   144 */
   145 
   145 
   146 extern void qDeleteInEventHandler(QObject *o);
   146 Q_DECL_IMPORT extern void qDeleteInEventHandler(QObject *o);
   147 
   147 
   148 class QWhatsThat : public QWidget
   148 class QWhatsThat : public QWidget
   149 {
   149 {
   150     Q_OBJECT
   150     Q_OBJECT
   151 
   151