mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 05:26:45 +08:00
refs #318 Value class CEventHotkeyFunction
Event which will be transferred to another process and trigger a hotkey function remotely.
This commit is contained in:
@@ -22,6 +22,7 @@
|
||||
#include "variant.h"
|
||||
#include "statusmessagelist.h"
|
||||
#include "iconlist.h"
|
||||
#include "eventallclasses.h"
|
||||
#include <QtNetwork/QHostInfo>
|
||||
#include <QProcessEnvironment>
|
||||
#include <QSysInfo>
|
||||
@@ -147,6 +148,15 @@ void BlackMisc::Hardware::registerMetadata()
|
||||
CJoystickButton::registerMetadata();
|
||||
}
|
||||
|
||||
/*
|
||||
* Metadata for Event
|
||||
*/
|
||||
void BlackMisc::Event::registerMetadata()
|
||||
{
|
||||
COriginator::registerMetadata();
|
||||
CEventHotkeyFunction::registerMetadata();
|
||||
}
|
||||
|
||||
/*
|
||||
* Metadata for Blackmisc
|
||||
*/
|
||||
@@ -173,6 +183,7 @@ void BlackMisc::registerMetadata()
|
||||
Settings::registerMetadata();
|
||||
Audio::registerMetadata();
|
||||
Hardware::registerMetadata();
|
||||
Event::registerMetadata();
|
||||
|
||||
// needed by XBus proxy class
|
||||
qRegisterMetaType<CSequence<double>>();
|
||||
|
||||
Reference in New Issue
Block a user