mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-23 22:15:37 +08:00
refs #345 Style and doxygen.
This commit is contained in:
@@ -32,9 +32,6 @@ namespace BlackMisc
|
||||
//! Default constructor.
|
||||
CSettingsNetwork();
|
||||
|
||||
//! Destructor.
|
||||
virtual ~CSettingsNetwork() {}
|
||||
|
||||
//! Update
|
||||
static const QString &CmdSetCurrentServer()
|
||||
{
|
||||
@@ -147,5 +144,4 @@ namespace BlackMisc
|
||||
Q_DECLARE_METATYPE(BlackMisc::Settings::CSettingsNetwork)
|
||||
BLACK_DECLARE_TUPLE_CONVERSION(BlackMisc::Settings::CSettingsNetwork, (o.m_trafficNetworkServers, o.m_trafficNetworkServerCurrent, o.m_bookingServiceUrl, o.m_dbusServerAddress))
|
||||
|
||||
|
||||
#endif // guard
|
||||
|
||||
Reference in New Issue
Block a user