Do not use an export macro in the function definition
authorThiago Macieira <thiago.macieira@intel.com>
Wed, 8 May 2013 09:19:51 +0000 (11:19 +0200)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Wed, 15 May 2013 07:32:58 +0000 (09:32 +0200)
commit8b548bf9bbf2e6bb2a8d25a1558db607f2d0c767
tree8481d684c530dd168a73906a0995364db84bdfd8
parent648351e6658172f2044b00ab592b48583bd27a4a
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: Thiago Macieira <thiago.macieira@intel.com>
src/qml/qml/qqmlengine.cpp