mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
themeinterface: move registration to themeinterface
Move setup call and registration from subsurface-helper to themeInterface, in order to keep the registration where the code are. Signed-off-by: jan Iversen <jan@casacondor.com>
This commit is contained in:
parent
f69e1e31f0
commit
1d35942249
3 changed files with 10 additions and 8 deletions
|
@ -187,11 +187,9 @@ void register_qml_types(QQmlEngine *engine)
|
|||
if (engine != NULL) {
|
||||
QQmlContext *ct = engine->rootContext();
|
||||
|
||||
// Register qml interface class
|
||||
// Register qml interface classes
|
||||
QMLInterface::setup(ct);
|
||||
|
||||
themeInterface::instance()->setup();
|
||||
ct->setContextProperty("ThemeNew", themeInterface::instance());
|
||||
themeInterface::setup(ct);
|
||||
}
|
||||
|
||||
REGISTER_TYPE(QMLManager, "QMLManager");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue