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:
parent
568716e9d3
commit
133c301b65
@ -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>();
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user