QNX: Don't crash on application exit.
Variable should be initialized in ctor so it doesn't crash when deleting it. Crashes with QNX SDP 6.5 Change-Id: I462f1e374f0588f29fe6fc14a957672467c9b2f7 Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
This commit is contained in:
parent
8e722eb85a
commit
92fd0fc6bc
@ -130,6 +130,7 @@ QQnxIntegration::QQnxIntegration()
|
||||
#if !defined(QT_NO_CLIPBOARD)
|
||||
, m_clipboard(0)
|
||||
#endif
|
||||
, m_navigator(0)
|
||||
#if !defined(QT_NO_DRAGANDDROP)
|
||||
, m_drag(new QSimpleDrag())
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user