mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-05-06 02:16:04 +08:00
Ref T180, minor renaming
This commit is contained in:
@@ -141,7 +141,7 @@ namespace BlackGui
|
|||||||
{
|
{
|
||||||
const CSimulatorInfo simulator(ui->comp_SimulatorSelector->getValue());
|
const CSimulatorInfo simulator(ui->comp_SimulatorSelector->getValue());
|
||||||
QString simDir = this->getFileBrowserSimulatorDirectory();
|
QString simDir = this->getFileBrowserSimulatorDirectory();
|
||||||
if (simulator.isFsxFamily())
|
if (simulator.isFsxP3DFamily())
|
||||||
{
|
{
|
||||||
simDir = CFsCommonUtil::fsxSimObjectsDirFromSimDir(simDir);
|
simDir = CFsCommonUtil::fsxSimObjectsDirFromSimDir(simDir);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -111,7 +111,7 @@ namespace BlackMisc
|
|||||||
return isMicrosoftSimulator() || p3d();
|
return isMicrosoftSimulator() || p3d();
|
||||||
}
|
}
|
||||||
|
|
||||||
bool CSimulatorInfo::isFsxFamily() const
|
bool CSimulatorInfo::isFsxP3DFamily() const
|
||||||
{
|
{
|
||||||
return fsx() || p3d();
|
return fsx() || p3d();
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -115,7 +115,7 @@ namespace BlackMisc
|
|||||||
bool isMicrosoftOrPrepare3DSimulator() const;
|
bool isMicrosoftOrPrepare3DSimulator() const;
|
||||||
|
|
||||||
//! FSX family, i.e. FSX or P3D?
|
//! FSX family, i.e. FSX or P3D?
|
||||||
bool isFsxFamily() const;
|
bool isFsxP3DFamily() const;
|
||||||
|
|
||||||
//! Number simulators selected
|
//! Number simulators selected
|
||||||
int numberSimulators() const;
|
int numberSimulators() const;
|
||||||
|
|||||||
Reference in New Issue
Block a user