From ed8d0964b81186824bca5771da224a60a6ccb4e3 Mon Sep 17 00:00:00 2001 From: Friedemann Kleint Date: Mon, 23 Mar 2015 16:22:10 +0100 Subject: Fix some qdoc warnings. qtactiveqt/src/activeqt/control/qaxfactory.cpp:540: warning: Can't link to 'QAxFactory::QAXCLASS()' qtactiveqt/examples/activeqt/comapp/doc/src/comapp.qdoc:28: warning: Can't link to 'QApplication::quit()' Change-Id: I900d29cfb0d25352357385a77ff6198b31dc7a95 Reviewed-by: Leena Miettinen --- examples/activeqt/comapp/doc/src/comapp.qdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples') diff --git a/examples/activeqt/comapp/doc/src/comapp.qdoc b/examples/activeqt/comapp/doc/src/comapp.qdoc index 59cd471..7e89731 100644 --- a/examples/activeqt/comapp/doc/src/comapp.qdoc +++ b/examples/activeqt/comapp/doc/src/comapp.qdoc @@ -73,7 +73,7 @@ name (accessible through the \c id property) is set to \c "From QAxFactory" to indicate that this COM object has been created by COM. Note that there is no destructor that would delete the QTabWidget - this is instead done in the - \c quit() slot, before calling \l {QApplication::}{quit()} through a single-shot-timer, + \c quit() slot, before calling \l {QCoreApplication::}{quit()} through a single-shot-timer, which is necessary to ensure that the COM call to the slot is complete. \snippet activeqt/comapp/main.cpp 6 -- cgit v1.2.1