X-Git-Url: http://cgit.sxemacs.org/?p=harmattan%2Fcameraplus;a=blobdiff_plain;f=declarative%2Fplugin.cpp;h=7302341e82c98cb11411cce9b4cc52857eb25c71;hp=1676e6015234dbcf5840f62a0e8f7b29972d92e7;hb=c4646c0b1d0435d710af3feea6b550bd604b2aad;hpb=af35ca78a0b5a8803bde0ac879ca38ed358da349 diff --git a/declarative/plugin.cpp b/declarative/plugin.cpp index 1676e60..7302341 100644 --- a/declarative/plugin.cpp +++ b/declarative/plugin.cpp @@ -44,7 +44,6 @@ #include "imageresolutionmodel.h" #include "videosettings.h" #include "videoresolutionmodel.h" -#include "declarativeqtcameranotifications.h" #include "sounds.h" #include "cameraconfig.h" #include "videoplayer.h" @@ -97,7 +96,6 @@ void Plugin::registerTypes(const char *uri) { qmlRegisterType(uri, MAJOR, MINOR, "ImageSettings"); qmlRegisterType(uri, MAJOR, MINOR, "VideoSettings"); qmlRegisterType(uri, MAJOR, MINOR, "Sounds"); - qmlRegisterInterface("DeclarativeQtCameraNotifications"); qmlRegisterUncreatableType(uri, MAJOR, MINOR, "ImageResolutionModel", "ImageResolutionModel can be obtained from ImageSettings");