forked from qt-creator/qt-creator
Android: Hide plugin class definition in .cpp
It's not meant to be used from the outside. Change-Id: I94e46f95f896fa4b44e77e0196523beb8afdf8c3 Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
@@ -286,7 +286,7 @@ void setupAndroidQtVersion()
|
||||
}
|
||||
|
||||
#ifdef WITH_TESTS
|
||||
void AndroidPlugin::testAndroidQtVersionParseBuiltWith_data()
|
||||
void AndroidTests::testAndroidQtVersionParseBuiltWith_data()
|
||||
{
|
||||
QTest::addColumn<QString>("modulesCoreJson");
|
||||
QTest::addColumn<bool>("hasInfo");
|
||||
@@ -332,7 +332,7 @@ void AndroidPlugin::testAndroidQtVersionParseBuiltWith_data()
|
||||
<< 31;
|
||||
}
|
||||
|
||||
void AndroidPlugin::testAndroidQtVersionParseBuiltWith()
|
||||
void AndroidTests::testAndroidQtVersionParseBuiltWith()
|
||||
{
|
||||
QFETCH(QString, modulesCoreJson);
|
||||
QFETCH(bool, hasInfo);
|
||||
|
||||
Reference in New Issue
Block a user