mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-11 17:42:10 +01:00
17 lines
229 B
C++
17 lines
229 B
C++
#ifndef WEBVIEWSETTINGS_H
|
|
#define WEBVIEWSETTINGS_H
|
|
|
|
#include "qz_namespace.h"
|
|
|
|
class WebViewSettings
|
|
{
|
|
public:
|
|
WebViewSettings();
|
|
|
|
static void loadSettings();
|
|
|
|
static int defaultZoom;
|
|
};
|
|
|
|
#endif // WEBVIEWSETTINGS_H
|