More DBus tests

This commit is contained in:
Klaus Basan
2013-08-06 13:56:15 +02:00
parent 62591a750f
commit e6e6dea4cd
6 changed files with 56 additions and 2 deletions

View File

@@ -106,6 +106,18 @@ public slots:
*/
void receiveTrack(const BlackMisc::Aviation::CTrack &track);
/*!
* \brief Receive a length
* \param length
*/
void receiveLength(const BlackMisc::PhysicalQuantities::CLength &length);
/*!
* \brief Receive lengths
* \param length
*/
void receiveLengths(const QVariantList &lengths);
public:
static const QString ServiceName;
static const QString ServicePath;