Ref T125, X-Plane config now only XSwiftBus settings, no longer installation

This commit is contained in:
Klaus Basan
2017-08-15 02:18:44 +02:00
committed by Mathew Sutcliffe
parent 329b0512eb
commit d4b027b6bd
4 changed files with 25 additions and 140 deletions

View File

@@ -25,18 +25,6 @@ namespace BlackSimPlugin
{
namespace XPlane
{
/*!
* Setting for XSwiftBus.
*/
struct TXSwiftBusServer : public BlackMisc::TSettingTrait<QString>
{
//! \copydoc BlackMisc::TSettingTrait::key
static const char *key() { return "xswiftbus/server"; }
//! \copydoc BlackMisc::TSettingTrait::defaultValue
static QString defaultValue() { return QStringLiteral("session"); }
};
/*!
* Config plugin for the X-Plane plugin.
*/
@@ -56,7 +44,7 @@ namespace BlackSimPlugin
//! \copydoc BlackGui::IPluginConfig::createConfigWindow()
BlackGui::CPluginConfigWindow *createConfigWindow(QWidget *parent) override;
};
}
}
} // ns
} // ns
#endif // guard