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:
parent
af75a27de7
commit
eacfbbf64e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user