mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-23 18:32:50 +00:00
plasma: register Plasma::CalendarWidget as type from graphicswidgets import
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
5f1935561f
commit
dca542fd6c
1 changed files with 2 additions and 0 deletions
|
@ -46,6 +46,7 @@
|
|||
#include <Plasma/TextEdit>
|
||||
#include <Plasma/ToolButton>
|
||||
#include <Plasma/TreeView>
|
||||
#include <Plasma/CalendarWidget>
|
||||
|
||||
#include "declarativetabbar.h"
|
||||
|
||||
|
@ -96,6 +97,7 @@ void GraphicsWidgetsBindingsPlugin::registerTypes(const char *uri)
|
|||
qmlRegisterType<Plasma::TextEdit>(uri, 0, 1, "TextEdit");
|
||||
qmlRegisterType<Plasma::ToolButton>(uri, 0, 1, "ToolButton");
|
||||
qmlRegisterType<Plasma::TreeView>(uri, 0, 1, "TreeView");
|
||||
qmlRegisterType<Plasma::CalendarWidget>(uri, 0, 1, "CalendarWidget");
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue