mirror of
https://github.com/crystalidea/qt6windows7.git
synced 2025-07-07 09:45:25 +08:00
6.5.3 clean
This commit is contained in:
@ -224,10 +224,6 @@ void tst_QPlugin::scanInvalidPlugin()
|
||||
// now try to load this
|
||||
QFETCH(bool, loads);
|
||||
QFETCH(QString, errMsg);
|
||||
if (!errMsg.isEmpty())
|
||||
QTest::ignoreMessage(QtWarningMsg,
|
||||
"Found invalid metadata in lib " + QFile::encodeName(newName) +
|
||||
":" + errMsg.toUtf8());
|
||||
QPluginLoader loader(newName);
|
||||
QCOMPARE(loader.load(), loads);
|
||||
if (loads)
|
||||
|
Reference in New Issue
Block a user