mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 23:05:36 +08:00
Renaming, header, Doxygen, formatting (during refs #314)
This commit is contained in:
@@ -1,7 +1,11 @@
|
||||
/* Copyright (C) 2013 VATSIM Community / authors
|
||||
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
/* Copyright (C) 2013
|
||||
* swift Project Community / Contributors
|
||||
*
|
||||
* This file is part of swift project. It is subject to the license terms in the LICENSE file found in the top-level
|
||||
* directory of this distribution and at http://www.swift-project.org/license.html. No part of Swift Project,
|
||||
* including this file, may be copied, modified, propagated, or distributed except according to the terms
|
||||
* contained in the LICENSE file.
|
||||
*/
|
||||
|
||||
#include <QCoreApplication>
|
||||
#include "sampleschangeobject.h"
|
||||
|
||||
@@ -1,7 +1,11 @@
|
||||
/* Copyright (C) 2013 VATSIM Community / contributors
|
||||
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
/* Copyright (C) 2013
|
||||
* swift Project Community / Contributors
|
||||
*
|
||||
* This file is part of swift project. It is subject to the license terms in the LICENSE file found in the top-level
|
||||
* directory of this distribution and at http://www.swift-project.org/license.html. No part of Swift Project,
|
||||
* including this file, may be copied, modified, propagated, or distributed except according to the terms
|
||||
* contained in the LICENSE file.
|
||||
*/
|
||||
|
||||
#include "sampleschangeobject.h"
|
||||
#include "blackmisc/pqconstants.h"
|
||||
|
||||
@@ -1,24 +1,26 @@
|
||||
/* Copyright (C) 2013 VATSIM Community / contributors
|
||||
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
/* Copyright (C) 2013
|
||||
* swift Project Community / Contributors
|
||||
*
|
||||
* This file is part of swift project. It is subject to the license terms in the LICENSE file found in the top-level
|
||||
* directory of this distribution and at http://www.swift-project.org/license.html. No part of Swift Project,
|
||||
* including this file, may be copied, modified, propagated, or distributed except according to the terms
|
||||
* contained in the LICENSE file.
|
||||
*/
|
||||
|
||||
//! \file
|
||||
|
||||
#ifndef BLACKMISCTEST_SAMPLESCHANGEDATA_H
|
||||
#define BLACKMISCTEST_SAMPLESCHANGEDATA_H
|
||||
|
||||
namespace BlackMiscTest {
|
||||
|
||||
/*!
|
||||
* \brief Samples for metadata
|
||||
*/
|
||||
class CSamplesChangeObject
|
||||
namespace BlackMiscTest
|
||||
{
|
||||
public:
|
||||
/*!
|
||||
* \brief Run the samples
|
||||
*/
|
||||
static int samples();
|
||||
};
|
||||
//! Samples for metadata
|
||||
class CSamplesChangeObject
|
||||
{
|
||||
public:
|
||||
//! Run the samples
|
||||
static int samples();
|
||||
};
|
||||
} // namespace
|
||||
|
||||
#endif
|
||||
|
||||
@@ -1,7 +1,11 @@
|
||||
/* Copyright (C) 2013 VATSIM Community / contributors
|
||||
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
/* Copyright (C) 2013
|
||||
* swift Project Community / Contributors
|
||||
*
|
||||
* This file is part of swift project. It is subject to the license terms in the LICENSE file found in the top-level
|
||||
* directory of this distribution and at http://www.swift-project.org/license.html. No part of Swift Project,
|
||||
* including this file, may be copied, modified, propagated, or distributed except according to the terms
|
||||
* contained in the LICENSE file.
|
||||
*/
|
||||
|
||||
#include "samplescontainer.h"
|
||||
#include "blackmisc/blackmiscfreefunctions.h"
|
||||
|
||||
@@ -1,24 +1,26 @@
|
||||
/* Copyright (C) 2013 VATSIM Community / contributors
|
||||
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
/* Copyright (C) 2013
|
||||
* swift Project Community / Contributors
|
||||
*
|
||||
* This file is part of swift project. It is subject to the license terms in the LICENSE file found in the top-level
|
||||
* directory of this distribution and at http://www.swift-project.org/license.html. No part of Swift Project,
|
||||
* including this file, may be copied, modified, propagated, or distributed except according to the terms
|
||||
* contained in the LICENSE file.
|
||||
*/
|
||||
|
||||
//! \file
|
||||
|
||||
#ifndef BLACKMISCTEST_SAMPLESCONTAINER_H
|
||||
#define BLACKMISCTEST_SAMPLESCONTAINER_H
|
||||
|
||||
namespace BlackMiscTest {
|
||||
|
||||
/*!
|
||||
* \brief Samples for our containers
|
||||
*/
|
||||
class CSamplesContainer
|
||||
namespace BlackMiscTest
|
||||
{
|
||||
public:
|
||||
/*!
|
||||
* \brief Run the samples
|
||||
*/
|
||||
static int samples();
|
||||
};
|
||||
//! Samples for our containers
|
||||
class CSamplesContainer
|
||||
{
|
||||
public:
|
||||
//! Run the samples
|
||||
static int samples();
|
||||
};
|
||||
} // namespace
|
||||
|
||||
#endif
|
||||
|
||||
@@ -1,7 +1,11 @@
|
||||
/* Copyright (C) 2013 VATSIM Community / contributors
|
||||
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
/* Copyright (C) 2013
|
||||
* swift Project Community / Contributors
|
||||
*
|
||||
* This file is part of swift project. It is subject to the license terms in the LICENSE file found in the top-level
|
||||
* directory of this distribution and at http://www.swift-project.org/license.html. No part of Swift Project,
|
||||
* including this file, may be copied, modified, propagated, or distributed except according to the terms
|
||||
* contained in the LICENSE file.
|
||||
*/
|
||||
|
||||
#include "samplesjson.h"
|
||||
#include "blackmisc/avatcstationlist.h"
|
||||
|
||||
@@ -1,24 +1,27 @@
|
||||
/* Copyright (C) 2013 VATSIM Community / contributors
|
||||
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
/* Copyright (C) 2013
|
||||
* swift Project Community / Contributors
|
||||
*
|
||||
* This file is part of swift project. It is subject to the license terms in the LICENSE file found in the top-level
|
||||
* directory of this distribution and at http://www.swift-project.org/license.html. No part of Swift Project,
|
||||
* including this file, may be copied, modified, propagated, or distributed except according to the terms
|
||||
* contained in the LICENSE file.
|
||||
*/
|
||||
|
||||
//! \file
|
||||
|
||||
#ifndef BLACKMISCTEST_SAMPLESJSON_H
|
||||
#define BLACKMISCTEST_SAMPLESJSON_H
|
||||
|
||||
namespace BlackMiscTest {
|
||||
|
||||
/*!
|
||||
* \brief Samples for metadata
|
||||
*/
|
||||
class CSamplesJson
|
||||
namespace BlackMiscTest
|
||||
{
|
||||
public:
|
||||
/*!
|
||||
* \brief Run the samples
|
||||
*/
|
||||
static int samples();
|
||||
};
|
||||
|
||||
//! Samples for metadata
|
||||
class CSamplesJson
|
||||
{
|
||||
public:
|
||||
//! Run the samples
|
||||
static int samples();
|
||||
};
|
||||
} // namespace
|
||||
|
||||
#endif
|
||||
|
||||
@@ -1,7 +1,11 @@
|
||||
/* Copyright (C) 2013 VATSIM Community / contributors
|
||||
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
/* Copyright (C) 2013
|
||||
* swift Project Community / Contributors
|
||||
*
|
||||
* This file is part of swift project. It is subject to the license terms in the LICENSE file found in the top-level
|
||||
* directory of this distribution and at http://www.swift-project.org/license.html. No part of Swift Project,
|
||||
* including this file, may be copied, modified, propagated, or distributed except according to the terms
|
||||
* contained in the LICENSE file.
|
||||
*/
|
||||
|
||||
#include "samplesmetadata.h"
|
||||
#include "blackmisc/blackmiscfreefunctions.h"
|
||||
|
||||
@@ -1,24 +1,27 @@
|
||||
/* Copyright (C) 2013 VATSIM Community / contributors
|
||||
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
/* Copyright (C) 2013
|
||||
* swift Project Community / Contributors
|
||||
*
|
||||
* This file is part of swift project. It is subject to the license terms in the LICENSE file found in the top-level
|
||||
* directory of this distribution and at http://www.swift-project.org/license.html. No part of Swift Project,
|
||||
* including this file, may be copied, modified, propagated, or distributed except according to the terms
|
||||
* contained in the LICENSE file.
|
||||
*/
|
||||
|
||||
//! \file
|
||||
|
||||
#ifndef BLACKMISCTEST_SAMPLESMETADATA_H
|
||||
#define BLACKMISCTEST_SAMPLESMETADATA_H
|
||||
|
||||
namespace BlackMiscTest {
|
||||
|
||||
/*!
|
||||
* \brief Samples for metadata
|
||||
*/
|
||||
class CSamplesMetadata
|
||||
namespace BlackMiscTest
|
||||
{
|
||||
public:
|
||||
/*!
|
||||
* \brief Run the samples
|
||||
*/
|
||||
static int samples();
|
||||
};
|
||||
|
||||
//! Samples for metadata
|
||||
class CSamplesMetadata
|
||||
{
|
||||
public:
|
||||
//! Run the samples
|
||||
static int samples();
|
||||
};
|
||||
} // namespace
|
||||
|
||||
#endif
|
||||
|
||||
@@ -1,7 +1,11 @@
|
||||
/* Copyright (C) 2013 VATSIM Community / authors
|
||||
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
/* Copyright (C) 2013
|
||||
* swift Project Community / Contributors
|
||||
*
|
||||
* This file is part of swift project. It is subject to the license terms in the LICENSE file found in the top-level
|
||||
* directory of this distribution and at http://www.swift-project.org/license.html. No part of Swift Project,
|
||||
* including this file, may be copied, modified, propagated, or distributed except according to the terms
|
||||
* contained in the LICENSE file.
|
||||
*/
|
||||
|
||||
#include "blackmisc/blackmiscfreefunctions.h"
|
||||
#include "servicetool.h"
|
||||
|
||||
@@ -1,3 +1,12 @@
|
||||
/* Copyright (C) 2013
|
||||
* swift Project Community / Contributors
|
||||
*
|
||||
* This file is part of swift project. It is subject to the license terms in the LICENSE file found in the top-level
|
||||
* directory of this distribution and at http://www.swift-project.org/license.html. No part of Swift Project,
|
||||
* including this file, may be copied, modified, propagated, or distributed except according to the terms
|
||||
* contained in the LICENSE file.
|
||||
*/
|
||||
|
||||
#include "servicetool.h"
|
||||
#include "testservice.h"
|
||||
#include "testservice_interface.h"
|
||||
|
||||
@@ -1,7 +1,11 @@
|
||||
/* Copyright (C) 2013 VATSIM Community / authors
|
||||
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
/* Copyright (C) 2013
|
||||
* swift Project Community / Contributors
|
||||
*
|
||||
* This file is part of swift project. It is subject to the license terms in the LICENSE file found in the top-level
|
||||
* directory of this distribution and at http://www.swift-project.org/license.html. No part of Swift Project,
|
||||
* including this file, may be copied, modified, propagated, or distributed except according to the terms
|
||||
* contained in the LICENSE file.
|
||||
*/
|
||||
|
||||
#include "testservice.h"
|
||||
#include "blackmisc/blackmiscfreefunctions.h"
|
||||
@@ -218,7 +222,7 @@ namespace BlackMiscTest
|
||||
}
|
||||
|
||||
/*
|
||||
* Ping ATC station
|
||||
* Ping ATC station list
|
||||
*/
|
||||
const BlackMisc::Aviation::CAtcStationList Testservice::getAtcStationList(const qint32 number) const
|
||||
{
|
||||
|
||||
@@ -1,7 +1,13 @@
|
||||
/* Copyright (C) 2013 VATSIM Community / authors
|
||||
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
/* Copyright (C) 2013
|
||||
* swift Project Community / Contributors
|
||||
*
|
||||
* This file is part of swift project. It is subject to the license terms in the LICENSE file found in the top-level
|
||||
* directory of this distribution and at http://www.swift-project.org/license.html. No part of Swift Project,
|
||||
* including this file, may be copied, modified, propagated, or distributed except according to the terms
|
||||
* contained in the LICENSE file.
|
||||
*/
|
||||
|
||||
//! \file
|
||||
|
||||
#ifndef BLACKMISCKTEST_TESTSERVICEPQAV_H
|
||||
#define BLACKMISCKTEST_TESTSERVICEPQAV_H
|
||||
@@ -39,219 +45,118 @@ namespace BlackMiscTest
|
||||
// to the above name
|
||||
|
||||
signals:
|
||||
/*!
|
||||
* \brief Send string message
|
||||
* \param message
|
||||
*/
|
||||
//! Send string message
|
||||
void sendStringMessage(const QString &message);
|
||||
|
||||
public slots:
|
||||
|
||||
/*!
|
||||
* \brief Receive string message
|
||||
* \param message
|
||||
*/
|
||||
//! Receive string message
|
||||
void receiveStringMessage(const QString &message);
|
||||
|
||||
/*!
|
||||
* \brief Receive a QVariant
|
||||
* \param variant
|
||||
* \param localMetyType, works only in the same binary
|
||||
*/
|
||||
//! Receive a QVariant
|
||||
void receiveVariant(const QDBusVariant &variant, int localMetaType);
|
||||
|
||||
/*!
|
||||
* \brief Receive speed
|
||||
* \param speed
|
||||
*/
|
||||
//! Receive speed
|
||||
void receiveSpeed(const BlackMisc::PhysicalQuantities::CSpeed &speed);
|
||||
|
||||
/*!
|
||||
* \brief Receive com unit
|
||||
* \param comUnit
|
||||
*/
|
||||
//! Receive com unit
|
||||
void receiveComUnit(const BlackMisc::Aviation::CComSystem &comUnit);
|
||||
|
||||
/*!
|
||||
* \brief Receive altitude
|
||||
* \param comUnit
|
||||
*/
|
||||
//! Receive altitude
|
||||
void receiveAltitude(const BlackMisc::Aviation::CAltitude &altitude);
|
||||
|
||||
/*!
|
||||
* \brief Receive matrix
|
||||
* \param matrix
|
||||
*/
|
||||
//! Receive matrix
|
||||
void receiveMatrix(const BlackMisc::Math::CMatrix3x3 &matrix);
|
||||
|
||||
/*!
|
||||
* \brief Receive list
|
||||
* \param list
|
||||
*/
|
||||
//! Receive list
|
||||
void receiveList(const QList<double> &list);
|
||||
|
||||
/*!
|
||||
* \brief Receive a geo position
|
||||
* \param geo
|
||||
*/
|
||||
//! Receive a geo position
|
||||
void receiveGeoPosition(const BlackMisc::Geo::CCoordinateGeodetic &geo) const;
|
||||
|
||||
/*!
|
||||
* \brief Receive transponder
|
||||
* \param transponder
|
||||
*/
|
||||
//! Receive transponder
|
||||
void receiveTransponder(const BlackMisc::Aviation::CTransponder &transponder) const;
|
||||
|
||||
/*!
|
||||
* \brief Receive track
|
||||
* \param track
|
||||
*/
|
||||
//! Receive track
|
||||
void receiveTrack(const BlackMisc::Aviation::CTrack &track) const;
|
||||
|
||||
/*!
|
||||
* \brief Receive a length (not working)
|
||||
* \param length
|
||||
*/
|
||||
//! Receive a length (not working)
|
||||
void receiveLength(const BlackMisc::PhysicalQuantities::CLength &length) const;
|
||||
|
||||
/*!
|
||||
* \brief Receive lengths
|
||||
* \param length
|
||||
*/
|
||||
//! Receive lengths
|
||||
void receiveLengthsQl(const QList<QVariant> &lengthsList) const;
|
||||
|
||||
/*!
|
||||
* \brief Receive lengths
|
||||
* \param length
|
||||
*/
|
||||
//! Receive lengths
|
||||
void receiveLengthsQvl(const QVariantList &lengthsVariantList) const;
|
||||
|
||||
/*!
|
||||
* \brief Receive ATC station
|
||||
* \param station
|
||||
*/
|
||||
//! Receive ATC station
|
||||
void receiveAtcStation(const BlackMisc::Aviation::CAtcStation &station) const;
|
||||
|
||||
/*!
|
||||
* \brief Receive callsign
|
||||
* \param callsign
|
||||
*/
|
||||
//! Receive callsign
|
||||
void receiveCallsign(const BlackMisc::Aviation::CCallsign &callsign) const;
|
||||
|
||||
|
||||
/*!
|
||||
* \brief Receive ATC list
|
||||
* \param atcStationList
|
||||
*/
|
||||
//! Receive ATC list
|
||||
void receiveAtcStationList(const BlackMisc::Aviation::CAtcStationList &atcStationList) const;
|
||||
|
||||
/*!
|
||||
* \brief Receive an value map
|
||||
* \param valueMap
|
||||
*/
|
||||
//! Receive an value map
|
||||
void receiveValueMap(const BlackMisc::CIndexVariantMap &valueMap) const;
|
||||
|
||||
/*!
|
||||
* \brief Receive speed
|
||||
* \param speed
|
||||
*/
|
||||
//! Receive speed
|
||||
BlackMisc::PhysicalQuantities::CSpeed pingSpeed(const BlackMisc::PhysicalQuantities::CSpeed &speed);
|
||||
|
||||
/*!
|
||||
* \brief Receive altitude
|
||||
//! Receive altitude
|
||||
* \param comUnit
|
||||
*/
|
||||
BlackMisc::Aviation::CAltitude pingAltitude(const BlackMisc::Aviation::CAltitude &altitude);
|
||||
|
||||
/*!
|
||||
* \brief Ping ATC station
|
||||
* \param station
|
||||
*/
|
||||
//! Ping ATC station
|
||||
BlackMisc::Aviation::CAtcStation pingAtcStation(const BlackMisc::Aviation::CAtcStation &station);
|
||||
|
||||
/*!
|
||||
* \brief Ping aircraft
|
||||
* \param aircraft
|
||||
* \return
|
||||
*/
|
||||
//! Ping aircraft
|
||||
BlackMisc::Aviation::CAircraft pingAircraft(const BlackMisc::Aviation::CAircraft &aircraft);
|
||||
|
||||
/*!
|
||||
* \brief Ping ATC list
|
||||
* \param atcStationList
|
||||
* \return
|
||||
*/
|
||||
//! Ping ATC list
|
||||
BlackMisc::Aviation::CAtcStationList pingAtcStationList(const BlackMisc::Aviation::CAtcStationList &atcStationList) const;
|
||||
|
||||
/*!
|
||||
* \brief Ping aircrafts list
|
||||
* \param aircraftList
|
||||
* \return
|
||||
*/
|
||||
//! Ping aircrafts list
|
||||
BlackMisc::Aviation::CAircraftList pingAircraftList(const BlackMisc::Aviation::CAircraftList &aircraftList);
|
||||
|
||||
/*!
|
||||
* \brief Ping airports list
|
||||
* \param airportList
|
||||
* \return
|
||||
*/
|
||||
//! Ping airports list
|
||||
BlackMisc::Aviation::CAirportList pingAirportList(const BlackMisc::Aviation::CAirportList &airportList);
|
||||
|
||||
/*!
|
||||
* \brief Ping client
|
||||
* \param client
|
||||
* \return
|
||||
*/
|
||||
//! Ping property index
|
||||
BlackMisc::CPropertyIndex pingPropertyIndex(const BlackMisc::CPropertyIndex &properties);
|
||||
|
||||
//! Ping index variant map
|
||||
BlackMisc::CIndexVariantMap pingIndexVariantMap(const BlackMisc::CIndexVariantMap &indexVariantMap);
|
||||
|
||||
//! Ping client
|
||||
BlackMisc::Network::CClient pingClient(const BlackMisc::Network::CClient &client);
|
||||
|
||||
/*!
|
||||
* \brief Ping NW clients list
|
||||
* \param clientList
|
||||
* \return
|
||||
*/
|
||||
//! Ping NW clients list
|
||||
BlackMisc::Network::CClientList pingClientList(const BlackMisc::Network::CClientList &clientList);
|
||||
|
||||
/*!
|
||||
* \brief Ping CVariant
|
||||
* \param variant
|
||||
* \return
|
||||
*/
|
||||
//! Ping CVariant
|
||||
BlackMisc::CVariant pingCVariant(const BlackMisc::Network::CClient &client);
|
||||
|
||||
/*!
|
||||
* \brief Get speed
|
||||
* \return
|
||||
*/
|
||||
//! Get speed
|
||||
BlackMisc::PhysicalQuantities::CSpeed getSpeed() const;
|
||||
|
||||
/*!
|
||||
* \brief Get station
|
||||
* \return
|
||||
*/
|
||||
//! Get station
|
||||
BlackMisc::Aviation::CAtcStation getAtcStation() const;
|
||||
|
||||
/*!
|
||||
* \brief return n ATC stations
|
||||
* \param number
|
||||
* \return
|
||||
*/
|
||||
//! return n ATC stations
|
||||
const BlackMisc::Aviation::CAtcStationList getAtcStationList(const qint32 number) const;
|
||||
|
||||
/*!
|
||||
* \brief Get object paths
|
||||
* \param number
|
||||
* \return
|
||||
*/
|
||||
//! Get object paths
|
||||
const QList<QDBusObjectPath> getObjectPaths(const qint32 number) const;
|
||||
|
||||
public:
|
||||
static const QString ServiceName;
|
||||
static const QString ServicePath;
|
||||
|
||||
/*!
|
||||
* \brief Constructor
|
||||
* \param parent
|
||||
*/
|
||||
//! Constructor
|
||||
explicit Testservice(QObject *parent = nullptr);
|
||||
|
||||
private:
|
||||
|
||||
@@ -1,3 +1,12 @@
|
||||
/* Copyright (C) 2013
|
||||
* swift Project Community / Contributors
|
||||
*
|
||||
* This file is part of swift project. It is subject to the license terms in the LICENSE file found in the top-level
|
||||
* directory of this distribution and at http://www.swift-project.org/license.html. No part of Swift Project,
|
||||
* including this file, may be copied, modified, propagated, or distributed except according to the terms
|
||||
* contained in the LICENSE file.
|
||||
*/
|
||||
|
||||
#include "testservice_interface.h"
|
||||
|
||||
namespace BlackMiscTest
|
||||
|
||||
@@ -1,3 +1,14 @@
|
||||
/* Copyright (C) 2013
|
||||
* swift Project Community / Contributors
|
||||
*
|
||||
* This file is part of swift project. It is subject to the license terms in the LICENSE file found in the top-level
|
||||
* directory of this distribution and at http://www.swift-project.org/license.html. No part of Swift Project,
|
||||
* including this file, may be copied, modified, propagated, or distributed except according to the terms
|
||||
* contained in the LICENSE file.
|
||||
*/
|
||||
|
||||
//! \file
|
||||
|
||||
#ifndef BLACKMISCTEST_TESTSERVICE_INTERFACE_H
|
||||
#define BLACKMISCTEST_TESTSERVICE_INTERFACE_H
|
||||
|
||||
@@ -16,7 +27,7 @@ namespace BlackMiscTest
|
||||
{
|
||||
|
||||
/*!
|
||||
* \brief Proxy class for interface blackmisctest.testservice
|
||||
* Proxy class for interface blackmisctest.testservice
|
||||
*/
|
||||
class TestServiceInterface: public QDBusAbstractInterface
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user