Fix duplicate symbol QPlatformDialogHelperForeign
Build failure on static builds Fixes: QTBUG-105601 Pick-to: 6.4 Change-Id: I47261b996bc743836dd950230f5e4d15e170712e Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
This commit is contained in:
parent
513f6caab8
commit
124909f99c
|
@ -116,7 +116,7 @@ private:
|
|||
QPlatformDialogHelper *m_handle;
|
||||
};
|
||||
|
||||
class QPlatformDialogHelperForeign
|
||||
class QPlatformDialogHelperQuickLabsForeign
|
||||
{
|
||||
Q_GADGET
|
||||
QML_FOREIGN(QPlatformDialogHelper)
|
||||
|
|
Loading…
Reference in New Issue