From 26e2926d5424f0c248892b4755c699541d46e856 Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Sat, 15 Feb 2020 14:53:56 +0200 Subject: Remove ProfileInterface Plugins should define their own specific interfaces rather than subclassing from ProfileInterface: - add Filter for QWebEngineUrlRequestInterceptor filters - add FilterPlugin for Filter loading Remove deprecated Browser::profileList() --- 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 12c41c8..edc9db4 100644 --- a/src/meson.build +++ b/src/meson.build @@ -57,7 +57,7 @@ poi_sourceset.add(files( 'wallet/wallet.cpp', 'wallet/wallet.h' ), - interfaces_moc, version_h, poi_settings_h + version_h, poi_settings_h ) poi_sourceset.add(when: [dep_breakpad, dep_threads], -- cgit v1.2.1