QmlProfiler: Fix compile on Windows

Change-Id: I4910a1f8cb36e1cfee6feeef20def6dbc967b66c
Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
Christian Stenger
2017-11-23 07:05:06 +01:00
parent 440f65b115
commit 327b368ab6

View File

@@ -31,7 +31,7 @@
#include <QObject>
extern "C" {
int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) QMLPROFILER_EXPORT;
QMLPROFILER_EXPORT int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size);
}
namespace QmlProfiler {