WM_Destroy warning
-
Hi,
I am using Qt 5.2 and getting the following set of warnings when I shutdown the application after opening the dialog for which no parent is set. Do anyone is having idea how to fix this :
External WM_DESTROY received for QWidgetWindow(0xae6b688, name = " - QAxHostWidgetWindow") , parent: QWidgetWindow(0xae6d660, name = "m_axWidgetWindow") , transient parent: QObject(0x0)
External WM_DESTROY received for QWidgetWindow(0xae7eaf0, name = "TextBrowserWindow") , parent: QWidgetWindow(0xae756f0, name = "m_widgetStackWindow") , transient parent: QObject(0x0)
External WM_DESTROY received for QWidgetWindow(0xae6b688, name = " - QAxHostWidgetWindow") , parent: QWidgetWindow(0xae6d660, name = "m_axWidgetWindow") , transient parent: QObject(0x0)
External WM_DESTROY received for QWidgetWindow(0xae8c8c8, name = "AXWidgetWindow") , parent: QWidgetWindow(0xae756f0, name = "m_widgetStackWindow") , transient parent: QObject(0x0)
I know the above is fixed in Qt 5.3 but I need to make fix in Qt 5.2. Any idea ?????
Maahi