mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-08-14 09:25:49 +08:00
Formatting, help text beautifyHelpMessage, improved convertToQString
This commit is contained in:
committed by
Mathew Sutcliffe
parent
a34be02e07
commit
c1482dca36
@@ -16,7 +16,6 @@
|
||||
|
||||
#include "testblackcoremain.h"
|
||||
#include "blackcore/application.h"
|
||||
|
||||
#include <QCoreApplication>
|
||||
#include <QtGlobal>
|
||||
|
||||
|
||||
@@ -19,7 +19,6 @@
|
||||
|
||||
namespace BlackCoreTest
|
||||
{
|
||||
|
||||
/*!
|
||||
* Class firing all unit tests in this namespace.
|
||||
* Avoids clashes with other main(..) functions and allows to fire the test cases
|
||||
|
||||
@@ -43,7 +43,6 @@ using namespace BlackMisc::PhysicalQuantities;
|
||||
|
||||
namespace BlackCoreTest
|
||||
{
|
||||
|
||||
void CTestNetwork::networkTest(BlackCore::INetwork *net)
|
||||
{
|
||||
CServer fsdServer("", "", "vatsim-germany.org", 6809, CUser("1234567", "", "", "123456"));
|
||||
@@ -111,7 +110,6 @@ namespace BlackCoreTest
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
//! \endcond
|
||||
|
||||
@@ -22,7 +22,6 @@
|
||||
|
||||
namespace BlackCore { class INetwork; }
|
||||
namespace BlackMisc { namespace Network { class CServer; } }
|
||||
|
||||
namespace BlackCoreTest
|
||||
{
|
||||
/*!
|
||||
@@ -52,7 +51,6 @@ namespace BlackCoreTest
|
||||
//! Test if server is available
|
||||
static bool pingServer(const BlackMisc::Network::CServer &server);
|
||||
};
|
||||
|
||||
} //namespace
|
||||
|
||||
//! \endcond
|
||||
|
||||
@@ -42,7 +42,7 @@ namespace BlackCoreTest
|
||||
explicit CTestReaders(QObject *parent = nullptr);
|
||||
|
||||
//! Destructor
|
||||
~CTestReaders();
|
||||
virtual ~CTestReaders();
|
||||
|
||||
private slots:
|
||||
//! Read ICAO data
|
||||
@@ -62,7 +62,6 @@ namespace BlackCoreTest
|
||||
//! Test if server is available
|
||||
static bool pingServer(const BlackMisc::Network::CUrl &url);
|
||||
};
|
||||
|
||||
} //namespace
|
||||
|
||||
//! \endcond
|
||||
|
||||
Reference in New Issue
Block a user