refs #318 Value class CEventHotkeyFunction

Event which will be transferred to another process and trigger a
hotkey function remotely.
This commit is contained in:
Roland Winklmeier
2014-08-20 01:28:38 +02:00
parent 2304b8e4db
commit f970e7cfaa
5 changed files with 215 additions and 0 deletions

View File

@@ -87,6 +87,12 @@ namespace BlackMisc
void registerMetadata();
}
namespace Event
{
//! Register metadata for Event
void registerMetadata();
}
//! Register all relevant metadata in BlackMisc
void registerMetadata();