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