mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-13 07:35:41 +08:00
Also added new icon as application and table view icon.
This commit is contained in:
@@ -29,11 +29,8 @@ namespace BlackCore
|
||||
//! \brief Destructor
|
||||
virtual ~CContextAudio();
|
||||
|
||||
/*!
|
||||
* \brief Register myself in DBus
|
||||
* \param server DBus server
|
||||
*/
|
||||
void registerWithDBus(CDBusServer *server)
|
||||
//! \brief Register myself in DBus
|
||||
CContextAudio *registerWithDBus(CDBusServer *server)
|
||||
{
|
||||
Q_ASSERT(server);
|
||||
server->addObject(IContextAudio::ObjectPath(), this);
|
||||
|
||||
Reference in New Issue
Block a user