Testlib: Export blacklist functions

So they can be used in QtQuickTest.

Change-Id: I64925feb243fb27234951276d81119bc1f6d5a56
Reviewed-by: Simon Hausmann <simon.hausmann@theqtcompany.com>
This commit is contained in:
Caroline Chao 2015-06-02 14:47:55 +02:00
parent af75a27de7
commit eacfbbf64e

View File

@ -50,9 +50,10 @@
QT_BEGIN_NAMESPACE
namespace QTestPrivate {
void parseBlackList();
void parseGpuBlackList();
void checkBlackLists(const char *slot, const char *data);
// Export functions so they can also be used by QQuickTest
Q_TESTLIB_EXPORT void parseBlackList();
Q_TESTLIB_EXPORT void parseGpuBlackList();
Q_TESTLIB_EXPORT void checkBlackLists(const char *slot, const char *data);
}
QT_END_NAMESPACE