Add the Q_CORE_EXPORT macros to unit-test-exported code
Change-Id: If21658bd5e4af0fdcc403b054fc1b8f46b5fcfb0 Reviewed-by: David Faure <faure@kde.org>
This commit is contained in:
parent
bd384427c4
commit
d8ddc8ae89
@ -2421,8 +2421,8 @@ void tst_QUrl::nameprep_testsuite_data()
|
||||
|
||||
#ifdef QT_BUILD_INTERNAL
|
||||
QT_BEGIN_NAMESPACE
|
||||
extern void qt_nameprep(QString *source, int from);
|
||||
extern bool qt_check_std3rules(const QChar *, int);
|
||||
Q_CORE_EXPORT extern void qt_nameprep(QString *source, int from);
|
||||
Q_CORE_EXPORT extern bool qt_check_std3rules(const QChar *, int);
|
||||
QT_END_NAMESPACE
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user