summaryrefslogtreecommitdiffstats
path: root/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp
index d9e81f3..8ca1fa8 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -41,6 +41,7 @@
#include <QQuickView>
#include <QtWebEngine/qtwebengineglobal.h>
+#include "navigationhistoryproxymodel.h"
#include "touchmockingapplication.h"
#include "engine.h"
#include "touchtracker.h"
@@ -73,6 +74,7 @@ int main(int argc, char **argv)
app.setApplicationName("qtbrowser");
qmlRegisterType<TouchTracker>("io.qt.browser", 1, 0, "TouchTracker");
+ qmlRegisterType<NavigationHistoryProxyModel>("io.qt.browser", 1, 0, "SearchProxyModel");
BrowserWindow window;
QObject::connect(window.rootContext()->engine(), SIGNAL(quit()), &app, SLOT(quit()));