Commit 8b548bf9 authored by Thiago Macieira's avatar Thiago Macieira Committed by The Qt Project
Browse files

Do not use an export macro in the function definition


qmlExecuteDeferred is exported using Q_QML_EXPORT in
qqml.h, so we don't need to use one here. Better not have any
than have the wrong one, which can cause problems.

Cherry picked from d6d2074ff in qtquick1
Change-Id: Ief978feb503b7381ed462f71ebbd7986bd6862c3
Reviewed-by: default avatarThiago Macieira <thiago.macieira@intel.com>
parent 648351e6
Showing with 1 addition and 1 deletion
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment