Register ENUMs in ISimulator like it is done in IVoice

This commit is contained in:
Klaus Basan
2014-06-20 00:43:05 +02:00
parent c404d4cc5b
commit 2ecef24c91
4 changed files with 39 additions and 13 deletions

View File

@@ -5,13 +5,14 @@
#include "blackcorefreefunctions.h"
#include "voice.h"
#include "simulator.h"
namespace BlackCore
{
void registerMetadata()
{
IVoice::registerMetadata();
ISimulator::registerMetadata();
}
} // namespace