1
mirror of https://invent.kde.org/network/falkon.git synced 2024-09-22 18:22:10 +02:00
falkonOfficial/src/lib/webview/webviewsettings.h

18 lines
267 B
C++

#ifndef WEBVIEWSETTINGS_H
#define WEBVIEWSETTINGS_H
#include "qz_namespace.h"
class WebViewSettings
{
public:
WebViewSettings();
static void loadSettings();
static int defaultZoom;
static bool loadTabsOnActivation;
};
#endif // WEBVIEWSETTINGS_H