From 689a94481d8b6a44119093b65814e0c0f3ad98b5 Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Thu, 25 Oct 2018 17:36:26 +0200 Subject: Fix various build warnings --- src/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/meson.build') diff --git a/src/meson.build b/src/meson.build index a977e8b..f99d0c7 100644 --- a/src/meson.build +++ b/src/meson.build @@ -1,6 +1,6 @@ # poi poi_moc = qt5.preprocess( - moc_headers: ['browser.h', 'session.h', + moc_headers: ['browser.h', 'mainwindow/mainwindow.h', 'mainwindow/widgets/dockwidget.h', 'mainwindow/widgets/navigationbar.h', 'mainwindow/widgets/searchform.h', 'subwindow/subwindow.h', 'subwindow/tabwidget.h', 'webengine/filter.h', 'webengine/urlinterceptor.h', 'webengine/webpage.h', 'webengine/webview.h'], -- cgit v1.2.1