forked from qt-creator/qt-creator
QmlProfiler: Fix compile on Windows
Change-Id: I4910a1f8cb36e1cfee6feeef20def6dbc967b66c Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user