aboutsummaryrefslogtreecommitdiff
path: root/src/widgets/WebView.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/widgets/WebView.hpp')
-rw-r--r--src/widgets/WebView.hpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/widgets/WebView.hpp b/src/widgets/WebView.hpp
index 0f2aae6..3f73316 100644
--- a/src/widgets/WebView.hpp
+++ b/src/widgets/WebView.hpp
@@ -10,8 +10,7 @@ class WebView : public QWebEngineView {
Q_OBJECT
public:
- WebView(uint32_t webview_id, QWebEngineProfile *profile,
- QWidget *parent_node = nullptr);
+ WebView(uint32_t webview_id, QWebEngineProfile *profile, QWidget *parent_node = nullptr);
DEFINE_GETTER(get_id, id)
private: