refs #318 Add method in Application Context to process a remote event

This commit is contained in:
Roland Winklmeier
2014-08-20 01:31:20 +02:00
parent bdd7de1459
commit f72ff4e495
5 changed files with 29 additions and 0 deletions

View File

@@ -48,6 +48,9 @@ namespace BlackCore
//! \copydoc IContextApplication::existsFile
virtual bool existsFile(const QString &fileName) override;
//! \copydoc IContextApplication::processHotkeyFuncEvent
virtual void processHotkeyFuncEvent(const BlackMisc::Event::CEventHotkeyFunction &event) override;
protected:
//! Constructor
CContextApplicationProxy(CRuntimeConfig::ContextMode mode, CRuntime *runtime) : IContextApplication(mode, runtime), m_dBusInterface(nullptr) {}