mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-19 20:25:29 +08:00
Doxygen
This commit is contained in:
@@ -23,9 +23,7 @@ namespace BlackCore
|
||||
{
|
||||
namespace Db
|
||||
{
|
||||
/**
|
||||
* Reader for airport database.
|
||||
*/
|
||||
//! Reader for airport database data.
|
||||
class BLACKCORE_EXPORT CAirportDataReader : public CDatabaseReader
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
@@ -23,9 +23,7 @@ namespace BlackCore
|
||||
{
|
||||
namespace Db
|
||||
{
|
||||
/**
|
||||
* Update and consolidation of DB data
|
||||
*/
|
||||
//! Update and consolidation of DB data
|
||||
class BLACKCORE_EXPORT CBackgroundDataUpdater : public BlackMisc::CContinuousWorker
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
@@ -21,13 +21,13 @@
|
||||
#include <QString>
|
||||
|
||||
class QNetworkReply;
|
||||
namespace BlackMisc { namespace Network { class CAuthenticatedUser; } }
|
||||
|
||||
namespace BlackMisc { namespace Network { class CAuthenticatedUser; } }
|
||||
namespace BlackCore
|
||||
{
|
||||
namespace Db
|
||||
{
|
||||
//! Databse user used with swift DB. Features role and cookie handling.
|
||||
//! Database user used with swift DB. Features role and cookie handling.
|
||||
class BLACKCORE_EXPORT CDatabaseAuthenticationService: public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
@@ -22,9 +22,7 @@ namespace BlackCore
|
||||
{
|
||||
namespace Db
|
||||
{
|
||||
/**
|
||||
* Monitoring the swift DB, internet access, shared URL
|
||||
*/
|
||||
//! Monitoring the swift DB, internet access, shared URLs
|
||||
class CNetworkWatchdog : public BlackMisc::CContinuousWorker
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
Reference in New Issue
Block a user