refs #707, renaming / formatting

This commit is contained in:
Klaus Basan
2016-07-12 03:21:10 +02:00
parent 20f335c0bc
commit 7bd233feaa
2 changed files with 8 additions and 13 deletions

View File

@@ -61,11 +61,8 @@ namespace BlackMisc
//! Set the voice channel
void setChannel(const QString &channel) { m_channel = channel; }
/*!
* Server URL
* \param noProtocol either with (pseudo) protocol prefix or without
* \return
*/
//! Server URL
//! \param noProtocol either with (pseudo) protocol prefix or without
QString getVoiceRoomUrl(bool noProtocol = true) const;
//! Set voice room URL
@@ -98,10 +95,8 @@ namespace BlackMisc
//! Protocol prefix "vvl"
static const QString &protocol() { static QString p("vvl"); return p; }
/*!
* Protocol
* \return with protocol prefix or without
*/
//! Protocol
//! \return with protocol prefix or without
static const QString &protocolComplete() { static QString p("vvl://"); return p; }
//! \copydoc BlackMisc::Mixin::String::toQString

View File

@@ -53,10 +53,10 @@ namespace BlackMisc
//! The Capabilities enum
enum Capabilities
{
FsdWithInterimPositions = BlackMisc::CPropertyIndex::GlobalIndexAbuseMode,
FsdWithIcaoCodes, //!< basically means it is a pilot client handling ICAO code pacakages
FsdAtisCanBeReceived,
FsdWithAircraftConfig
FsdWithInterimPositions = BlackMisc::CPropertyIndex::GlobalIndexClientCapabilities, //!< interim positions
FsdWithIcaoCodes, //!< basically means it is a pilot client handling ICAO code pacakages
FsdAtisCanBeReceived, //!< ATIS
FsdWithAircraftConfig //!< Aircraft parts
};
//! Default constructor.