mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-15 09:15:34 +08:00
Formatting, doxygen, typo aircrafts (to aircraft),
removed some debug output, {} in if statements
This commit is contained in:
@@ -30,9 +30,7 @@ inline void initBlackMiscResources()
|
||||
Q_INIT_RESOURCE(blackmisc);
|
||||
}
|
||||
|
||||
/*!
|
||||
* Free functions in BlackMisc
|
||||
*/
|
||||
//! Free functions in BlackMisc
|
||||
namespace BlackMisc
|
||||
{
|
||||
namespace PhysicalQuantities
|
||||
@@ -103,9 +101,7 @@ namespace BlackMisc
|
||||
//! Init resources
|
||||
void initResources();
|
||||
|
||||
/*!
|
||||
* Checked version from QVariant
|
||||
*/
|
||||
//! Checked version from QVariant
|
||||
template <class T> void setFromQVariant(T *value, const QVariant &variant)
|
||||
{
|
||||
Q_ASSERT(variant.canConvert<T>());
|
||||
@@ -135,10 +131,8 @@ namespace BlackMisc
|
||||
*/
|
||||
QVariant complexQtTypeFromDbusArgument(const QDBusArgument &argument, int type);
|
||||
|
||||
/*!
|
||||
* \brief Display all user metatypes
|
||||
* \remarks Used in order to debug code, do not remove
|
||||
*/
|
||||
//! brief Display all user metatypes
|
||||
//! \remarks Used in order to debug code, do not remove
|
||||
void displayAllUserMetatypesTypes();
|
||||
|
||||
/*!
|
||||
|
||||
Reference in New Issue
Block a user