mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-20 04:25:42 +08:00
Ref T709, style
This commit is contained in:
committed by
Mat Sutcliffe
parent
cbd93da1c6
commit
8845d1d35c
@@ -24,7 +24,6 @@
|
||||
|
||||
namespace XSwiftBus
|
||||
{
|
||||
|
||||
class CDBusObject;
|
||||
|
||||
//! DBus connection
|
||||
@@ -38,7 +37,7 @@ namespace XSwiftBus
|
||||
CDBusServer();
|
||||
|
||||
//! Destructor
|
||||
~CDBusServer() override;
|
||||
virtual ~CDBusServer() override;
|
||||
|
||||
//! Set the dispatcher
|
||||
void setDispatcher(CDBusDispatcher *dispatcher);
|
||||
@@ -77,7 +76,6 @@ namespace XSwiftBus
|
||||
CDBusError m_lastError;
|
||||
NewConnectionFunc m_newConnectionFunc;
|
||||
};
|
||||
|
||||
}
|
||||
} // ns
|
||||
|
||||
#endif // guard
|
||||
|
||||
Reference in New Issue
Block a user