mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-11 09:32:12 +01:00
SiteSettings: Add support for PyFalkon
Signed-off-by: Juraj Oravec <jurajoravec@mailo.com>
This commit is contained in:
parent
13d078722c
commit
6c08c51300
|
@ -25,7 +25,7 @@
|
||||||
class QUrl;
|
class QUrl;
|
||||||
|
|
||||||
|
|
||||||
class FALKON_EXPORT SiteSettingsManager : QObject
|
class FALKON_EXPORT SiteSettingsManager : public QObject
|
||||||
{
|
{
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
|
|
||||||
|
|
|
@ -131,6 +131,8 @@ set(GENERATED_SOURCES
|
||||||
${CMAKE_CURRENT_BINARY_DIR}/PyFalkon/menu_wrapper.cpp
|
${CMAKE_CURRENT_BINARY_DIR}/PyFalkon/menu_wrapper.cpp
|
||||||
${CMAKE_CURRENT_BINARY_DIR}/PyFalkon/action_wrapper.cpp
|
${CMAKE_CURRENT_BINARY_DIR}/PyFalkon/action_wrapper.cpp
|
||||||
${CMAKE_CURRENT_BINARY_DIR}/PyFalkon/urlinterceptor_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
|
${CMAKE_CURRENT_BINARY_DIR}/PyFalkon/extensionschemehandler_wrapper.cpp
|
||||||
)
|
)
|
||||||
set(GENERATED_SOURCES_DEPENDENCIES
|
set(GENERATED_SOURCES_DEPENDENCIES
|
||||||
|
|
|
@ -89,6 +89,9 @@
|
||||||
#include "sidebar.h"
|
#include "sidebar.h"
|
||||||
#include "sidebarinterface.h"
|
#include "sidebarinterface.h"
|
||||||
|
|
||||||
|
// siteSettings
|
||||||
|
#include "sitesettingsmanager.h"
|
||||||
|
|
||||||
// tabwidget
|
// tabwidget
|
||||||
#include "combotabbar.h"
|
#include "combotabbar.h"
|
||||||
#include "tabbar.h"
|
#include "tabbar.h"
|
||||||
|
|
|
@ -162,6 +162,12 @@
|
||||||
</modify-function>
|
</modify-function>
|
||||||
</object-type>
|
</object-type>
|
||||||
|
|
||||||
|
<object-type name="SiteSettingsManager">
|
||||||
|
<enum-type name="Permission"/>
|
||||||
|
<enum-type name="PageOptions"/>
|
||||||
|
<value-type name="SiteSettings"/>
|
||||||
|
</object-type>
|
||||||
|
|
||||||
<object-type name="ComboTabBar">
|
<object-type name="ComboTabBar">
|
||||||
<enum-type name="SizeType"/>
|
<enum-type name="SizeType"/>
|
||||||
<enum-type name="DropIndicatorPosition"/>
|
<enum-type name="DropIndicatorPosition"/>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user