mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-08-05 08:55:59 +08:00
refs #863 Moved nested status classes to namespace scope.
This commit is contained in:
@@ -84,7 +84,7 @@ namespace BlackMiscTest
|
||||
QCoreApplication::processEvents(QEventLoop::AllEvents, 1000);
|
||||
|
||||
// interpolation functional check
|
||||
IInterpolator::InterpolationStatus status;
|
||||
CInterpolationStatus status;
|
||||
const CInterpolationHints hints;
|
||||
const CInterpolationAndRenderingSetup setup;
|
||||
double latOld = 360.0;
|
||||
@@ -144,7 +144,7 @@ namespace BlackMiscTest
|
||||
timer.start();
|
||||
for (qint64 currentTime = ts - 2 * deltaT; currentTime < ts; currentTime += 250)
|
||||
{
|
||||
IInterpolator::PartsStatus partsStatus;
|
||||
CPartsStatus partsStatus;
|
||||
CAircraftParts pl(interpolator.getInterpolatedParts(cs, ts, setup, partsStatus));
|
||||
fetchedParts++;
|
||||
QVERIFY2(partsStatus.isSupportingParts(), "Parts not supported");
|
||||
|
||||
Reference in New Issue
Block a user