1
mirror of https://invent.kde.org/network/falkon.git synced 2024-09-21 17:52:10 +02:00

SiteSettings: Add support for PyFalkon

Signed-off-by: Juraj Oravec <jurajoravec@mailo.com>
This commit is contained in:
Juraj Oravec 2024-05-18 17:11:05 +02:00
parent 13d078722c
commit 6c08c51300
Signed by: SGOrava
GPG Key ID: 13660A3F1D9F093B
4 changed files with 12 additions and 1 deletions

View File

@ -25,7 +25,7 @@
class QUrl;
class FALKON_EXPORT SiteSettingsManager : QObject
class FALKON_EXPORT SiteSettingsManager : public QObject
{
Q_OBJECT

View File

@ -131,6 +131,8 @@ set(GENERATED_SOURCES
${CMAKE_CURRENT_BINARY_DIR}/PyFalkon/menu_wrapper.cpp
${CMAKE_CURRENT_BINARY_DIR}/PyFalkon/action_wrapper.cpp
${CMAKE_CURRENT_BINARY_DIR}/PyFalkon/urlinterceptor_wrapper.cpp
${CMAKE_CURRENT_BINARY_DIR}/PyFalkon/sitesettingsmanager_wrapper.cpp
${CMAKE_CURRENT_BINARY_DIR}/PyFalkon/sitesettingsmanager_sitesettings_wrapper.cpp
${CMAKE_CURRENT_BINARY_DIR}/PyFalkon/extensionschemehandler_wrapper.cpp
)
set(GENERATED_SOURCES_DEPENDENCIES

View File

@ -89,6 +89,9 @@
#include "sidebar.h"
#include "sidebarinterface.h"
// siteSettings
#include "sitesettingsmanager.h"
// tabwidget
#include "combotabbar.h"
#include "tabbar.h"

View File

@ -162,6 +162,12 @@
</modify-function>
</object-type>
<object-type name="SiteSettingsManager">
<enum-type name="Permission"/>
<enum-type name="PageOptions"/>
<value-type name="SiteSettings"/>
</object-type>
<object-type name="ComboTabBar">
<enum-type name="SizeType"/>
<enum-type name="DropIndicatorPosition"/>