Skip to content
Snippets Groups Projects
Commit a9ad7d0b authored by Aline Gondim Santos's avatar Aline Gondim Santos
Browse files

Plugins: fix unavailable view

Plugins settings view is unavailable due to missing QML_REGISTERTYPE
removed at ec0feef7.

Change-Id: I07d7fef42e9c25d6ee867f7c682286ea3c52a863
parent 6a1a9b60
No related branches found
Tags beta/202307171441
No related merge requests found
......@@ -56,6 +56,7 @@
#include "mainapplication.h"
#include "namedirectory.h"
#include "updatemanager.h"
#include "pluginlistmodel.h"
#include "pluginlistpreferencemodel.h"
#include "preferenceitemlistmodel.h"
#include "wizardviewstepmodel.h"
......@@ -172,6 +173,7 @@ registerTypes(QQmlEngine* engine,
QML_REGISTERTYPE(NS_MODELS, MediaCodecListModel);
QML_REGISTERTYPE(NS_MODELS, AudioDeviceModel);
QML_REGISTERTYPE(NS_MODELS, AudioManagerListModel);
QML_REGISTERTYPE(NS_MODELS, PluginListModel);
QML_REGISTERTYPE(NS_MODELS, PreferenceItemListModel);
QML_REGISTERTYPE(NS_MODELS, PluginListPreferenceModel);
QML_REGISTERTYPE(NS_MODELS, FilesToSendListModel);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment