src/activeqt/control/qaxbindable.cpp
changeset 30 5dc02b23752f
parent 18 2f34d5167611
equal deleted inserted replaced
29:b72c6db6890b 30:5dc02b23752f
   252     Use the widget() method if you need to make calls to the QWidget
   252     Use the widget() method if you need to make calls to the QWidget
   253     implementing the ActiveX control. You must not store that pointer
   253     implementing the ActiveX control. You must not store that pointer
   254     in your subclass (unless you use QPointer), as the QWidget can
   254     in your subclass (unless you use QPointer), as the QWidget can
   255     be destroyed by the ActiveQt framework at any time.
   255     be destroyed by the ActiveQt framework at any time.
   256 
   256 
   257     \sa QAxBindable, QAxFactory, {ActiveQt Framework}
   257     \sa QAxBindable, QAxFactory, {Qt's ActiveX Framework (ActiveQt)}
   258 */
   258 */
   259 
   259 
   260 /*!
   260 /*!
   261     \fn QAxAggregated::~QAxAggregated()
   261     \fn QAxAggregated::~QAxAggregated()
   262 
   262