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

@@ -10,6 +10,7 @@
#include "blackcore/context.h"
#include "blackmisc/statusmessagelist.h"
#include "blackmisc/eveventhotkeyfunction.h"
#include <QObject>
#include <QReadWriteLock>
@@ -150,6 +151,9 @@ namespace BlackCore
//! Remote enabled version of file exists
virtual bool existsFile(const QString &fileName) = 0;
//! Process remote event
virtual void processHotkeyFuncEvent(const BlackMisc::Event::CEventHotkeyFunction &event) = 0;
//! Change settings
void changeSettings(uint typeValue);