Move IVoice enum registration into static method

refs #183
This commit is contained in:
Roland Winklmeier
2014-05-02 14:01:25 +02:00
parent e56eeb4ef9
commit 68e9cc2c3e
8 changed files with 57 additions and 5 deletions

View File

@@ -1,6 +1,7 @@
#include "blackcore/context_runtime.h"
#include "blackcore/context_all_impl.h"
#include "blackcore/context_all_proxies.h"
#include "blackcore/blackcorefreefunctions.h"
#include "blacksim/blacksimfreefunctions.h"
@@ -224,6 +225,7 @@ namespace BlackCore
BlackMisc::registerMetadata();
BlackMisc::initResources();
BlackSim::registerMetadata();
BlackCore::registerMetadata();
// upfront reading of settings, as DBus server already relies on settings
CContextSettings *settings = nullptr;