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:
Lorn Potter 2022-08-22 09:50:19 +10:00
parent 513f6caab8
commit 124909f99c
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ private:
QPlatformDialogHelper *m_handle;
};
class QPlatformDialogHelperForeign
class QPlatformDialogHelperQuickLabsForeign
{
Q_GADGET
QML_FOREIGN(QPlatformDialogHelper)