diff options
author | Topi Reinio <topi.reinio@qt.io> | 2019-11-11 12:20:56 +0100 |
---|---|---|
committer | Topi Reinio <topi.reinio@qt.io> | 2019-11-13 12:13:24 +0100 |
commit | 3b07b8b2f33b0888e20313f52425012b980831c9 (patch) | |
tree | 0b19ea20d733dd0ae32c4d98c1e1ba899b867676 | |
parent | 95f41d5f24dab973da0a96641e556fac7ae3fa42 (diff) | |
download | qtactiveqt-3b07b8b2f33b0888e20313f52425012b980831c9.tar.gz |
Doc: Fix missing return type documentation
Fixes: QTBUG-79829
Change-Id: I5501a2e6f58635ecf0901a34e46f922c31682cbf
Reviewed-by: Venugopal Shivashankar <Venugopal.Shivashankar@qt.io>
-rw-r--r-- | src/activeqt/container/qaxwidget.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/activeqt/container/qaxwidget.cpp b/src/activeqt/container/qaxwidget.cpp index 6185b89..f07d5ad 100644 --- a/src/activeqt/container/qaxwidget.cpp +++ b/src/activeqt/container/qaxwidget.cpp @@ -1974,6 +1974,8 @@ QAxWidget::~QAxWidget() To initialize the control before it is activated, reimplement this function and add your initialization code before you call createHostWindow(true). + + Returns \c true on success, \c false otherwise. */ bool QAxWidget::initialize(IUnknown **ptr) { |