mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-15 09:15:34 +08:00
Formatting, renaming
This commit is contained in:
@@ -20,7 +20,7 @@
|
|||||||
namespace BlackCore
|
namespace BlackCore
|
||||||
{
|
{
|
||||||
/*!
|
/*!
|
||||||
* \brief Network simulator concrete implementation
|
* Network simulator concrete implementation
|
||||||
*/
|
*/
|
||||||
class CContextSimulator : public IContextSimulator
|
class CContextSimulator : public IContextSimulator
|
||||||
{
|
{
|
||||||
@@ -30,7 +30,7 @@ namespace BlackCore
|
|||||||
friend class IContextSimulator;
|
friend class IContextSimulator;
|
||||||
|
|
||||||
public:
|
public:
|
||||||
//! \brief Destructor
|
//! Destructor
|
||||||
virtual ~CContextSimulator();
|
virtual ~CContextSimulator();
|
||||||
|
|
||||||
public slots:
|
public slots:
|
||||||
|
|||||||
@@ -36,9 +36,9 @@ namespace BlackGui
|
|||||||
if (this->getIContextSimulator())
|
if (this->getIContextSimulator())
|
||||||
{
|
{
|
||||||
QStringList plugins = this->getIContextSimulator()->getAvailableSimulatorPlugins().toStringList(true);
|
QStringList plugins = this->getIContextSimulator()->getAvailableSimulatorPlugins().toStringList(true);
|
||||||
CSimulatorInfo currentDriver = this->getIContextSimulator()->getSimulatorInfo();
|
CSimulatorInfo currentPlugin = this->getIContextSimulator()->getSimulatorInfo();
|
||||||
this->ui->cb_Plugins->addItems(plugins);
|
this->ui->cb_Plugins->addItems(plugins);
|
||||||
this->setCurrentPlugin(currentDriver);
|
this->setCurrentPlugin(currentPlugin);
|
||||||
|
|
||||||
// disable / enable driver specific GUI parts
|
// disable / enable driver specific GUI parts
|
||||||
bool fsxDriver =
|
bool fsxDriver =
|
||||||
|
|||||||
Reference in New Issue
Block a user