mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-20 12:35:43 +08:00
refs #707, renaming / formatting
This commit is contained in:
@@ -61,11 +61,8 @@ namespace BlackMisc
|
|||||||
//! Set the voice channel
|
//! Set the voice channel
|
||||||
void setChannel(const QString &channel) { m_channel = channel; }
|
void setChannel(const QString &channel) { m_channel = channel; }
|
||||||
|
|
||||||
/*!
|
//! Server URL
|
||||||
* Server URL
|
//! \param noProtocol either with (pseudo) protocol prefix or without
|
||||||
* \param noProtocol either with (pseudo) protocol prefix or without
|
|
||||||
* \return
|
|
||||||
*/
|
|
||||||
QString getVoiceRoomUrl(bool noProtocol = true) const;
|
QString getVoiceRoomUrl(bool noProtocol = true) const;
|
||||||
|
|
||||||
//! Set voice room URL
|
//! Set voice room URL
|
||||||
@@ -98,10 +95,8 @@ namespace BlackMisc
|
|||||||
//! Protocol prefix "vvl"
|
//! Protocol prefix "vvl"
|
||||||
static const QString &protocol() { static QString p("vvl"); return p; }
|
static const QString &protocol() { static QString p("vvl"); return p; }
|
||||||
|
|
||||||
/*!
|
//! Protocol
|
||||||
* Protocol
|
//! \return with protocol prefix or without
|
||||||
* \return with protocol prefix or without
|
|
||||||
*/
|
|
||||||
static const QString &protocolComplete() { static QString p("vvl://"); return p; }
|
static const QString &protocolComplete() { static QString p("vvl://"); return p; }
|
||||||
|
|
||||||
//! \copydoc BlackMisc::Mixin::String::toQString
|
//! \copydoc BlackMisc::Mixin::String::toQString
|
||||||
|
|||||||
@@ -53,10 +53,10 @@ namespace BlackMisc
|
|||||||
//! The Capabilities enum
|
//! The Capabilities enum
|
||||||
enum Capabilities
|
enum Capabilities
|
||||||
{
|
{
|
||||||
FsdWithInterimPositions = BlackMisc::CPropertyIndex::GlobalIndexAbuseMode,
|
FsdWithInterimPositions = BlackMisc::CPropertyIndex::GlobalIndexClientCapabilities, //!< interim positions
|
||||||
FsdWithIcaoCodes, //!< basically means it is a pilot client handling ICAO code pacakages
|
FsdWithIcaoCodes, //!< basically means it is a pilot client handling ICAO code pacakages
|
||||||
FsdAtisCanBeReceived,
|
FsdAtisCanBeReceived, //!< ATIS
|
||||||
FsdWithAircraftConfig
|
FsdWithAircraftConfig //!< Aircraft parts
|
||||||
};
|
};
|
||||||
|
|
||||||
//! Default constructor.
|
//! Default constructor.
|
||||||
|
|||||||
Reference in New Issue
Block a user