Formatting, help text beautifyHelpMessage, improved convertToQString

This commit is contained in:
Klaus Basan
2017-02-05 23:51:50 +01:00
committed by Mathew Sutcliffe
parent a34be02e07
commit c1482dca36
45 changed files with 255 additions and 399 deletions

View File

@@ -16,7 +16,6 @@
#include "testblackcoremain.h"
#include "blackcore/application.h"
#include <QCoreApplication>
#include <QtGlobal>

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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