1
0
mirror of https://github.com/KDE/latte-dock.git synced 2024-12-24 17:33:50 +03:00

register SchemeColors as qml metatype

This commit is contained in:
Michail Vourlakos 2019-05-12 13:57:45 +03:00
parent 568716e9d3
commit 133c301b65

View File

@ -39,6 +39,7 @@
#include "settings/universalsettings.h"
#include "view/view.h"
#include "wm/abstractwindowinterface.h"
#include "wm/schemecolors.h"
#include "wm/schemestracker.h"
#include "wm/waylandinterface.h"
#include "wm/xwindowinterface.h"
@ -1058,6 +1059,7 @@ inline void Corona::qmlRegisterTypes() const
{
qmlRegisterType<QScreen>();
qmlRegisterType<Latte::View>();
qmlRegisterType<Latte::WindowSystem::SchemeColors>();
}
}