src/gui/kernel/qwhatsthis.cpp
changeset 22 79de32ba3296
parent 18 2f34d5167611
child 33 3e2da88830cd
equal deleted inserted replaced
19:fcece45ef507 22:79de32ba3296
   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