mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-03 07:35:48 +08:00
refs #199, sendStatusMessage now in application context (an only done via application context)
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
#ifndef BLACKCORE_CONTEXTAPPLICATION_PROXY_H
|
||||
#define BLACKCORE_CONTEXTAPPLICATION_PROXY_H
|
||||
|
||||
#include "context_application.h"
|
||||
#include "context_application_base.h"
|
||||
#include "blackmisc/genericdbusinterface.h"
|
||||
|
||||
namespace BlackCore
|
||||
@@ -28,6 +28,12 @@ namespace BlackCore
|
||||
//! \copydoc IContextApplication::ping()
|
||||
virtual qint64 ping(qint64 token) const override;
|
||||
|
||||
//! \brief Status message
|
||||
virtual void sendStatusMessage(const BlackMisc::CStatusMessage &message) override;
|
||||
|
||||
//! Send status messages
|
||||
virtual void sendStatusMessages(const BlackMisc::CStatusMessageList &messages) override;
|
||||
|
||||
//! \copydoc CContext::reEmitSignalFromProxy
|
||||
void signalFromProxy(const QString &signalName) override;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user