|
|
@ -21,6 +21,7 @@
|
|
|
|
#include "lattedockplugin.h"
|
|
|
|
#include "lattedockplugin.h"
|
|
|
|
#include "windowsystem.h"
|
|
|
|
#include "windowsystem.h"
|
|
|
|
#include "dock.h"
|
|
|
|
#include "dock.h"
|
|
|
|
|
|
|
|
#include "iconitem.h"
|
|
|
|
|
|
|
|
|
|
|
|
#include <qqml.h>
|
|
|
|
#include <qqml.h>
|
|
|
|
|
|
|
|
|
|
|
@ -31,4 +32,5 @@ void LatteDockPlugin::registerTypes(const char *uri)
|
|
|
|
qmlRegisterUncreatableType<Latte::Dock>(uri, 0, 1, "Dock", "Latte Dock Types uncreatable");
|
|
|
|
qmlRegisterUncreatableType<Latte::Dock>(uri, 0, 1, "Dock", "Latte Dock Types uncreatable");
|
|
|
|
|
|
|
|
|
|
|
|
qmlRegisterType<Latte::WindowSystem>(uri, 0, 1, "WindowSystem");
|
|
|
|
qmlRegisterType<Latte::WindowSystem>(uri, 0, 1, "WindowSystem");
|
|
|
|
|
|
|
|
qmlRegisterType<Latte::IconItem>(uri, 0, 1, "IconItem");
|
|
|
|
}
|
|
|
|
}
|
|
|
|