refs #840, style and const-correctness

This commit is contained in:
Klaus Basan
2016-12-23 23:29:35 +00:00
committed by Mathew Sutcliffe
parent de72a678a2
commit 534b9fb09e
13 changed files with 74 additions and 73 deletions

View File

@@ -43,7 +43,7 @@ namespace XBus
CTraffic(QObject *parent);
//! Destructor
~CTraffic();
virtual ~CTraffic();
//! DBus interface name
static const QString &InterfaceName()