mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-09-11 10:09:54 +00:00
* end work on #68
* create special class for configuration * update clion settings
This commit is contained in:
@ -20,6 +20,7 @@
|
||||
#include <QtQml>
|
||||
|
||||
#include "awactions.h"
|
||||
#include "awconfighelper.h"
|
||||
#include "awkeys.h"
|
||||
|
||||
|
||||
@ -28,5 +29,6 @@ void AWPlugin::registerTypes(const char *uri)
|
||||
Q_ASSERT(uri == QLatin1String("org.kde.plasma.private.awesomewidget"));
|
||||
|
||||
qmlRegisterType<AWActions>(uri, 1, 0, "AWActions");
|
||||
qmlRegisterType<AWConfigHelper>(uri, 1, 0, "AWConfigHelper");
|
||||
qmlRegisterType<AWKeys>(uri, 1, 0, "AWKeys");
|
||||
}
|
||||
|
Reference in New Issue
Block a user