diff options
| author | Akshay Nair <phenax5@gmail.com> | 2025-04-05 16:36:18 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2025-04-05 16:36:18 +0530 |
| commit | b6526785478ea8ba70ddd119f1e3e53a892d4a22 (patch) | |
| tree | ab8d25169ead042255c5057f0969e775c61ab8dc /src/widgets/WebView.hpp | |
| parent | 09cdcd15b31469c839831cad534fec9896999b60 (diff) | |
| download | null-browser-b6526785478ea8ba70ddd119f1e3e53a892d4a22.tar.gz null-browser-b6526785478ea8ba70ddd119f1e3e53a892d4a22.zip | |
Update clang formatting
Diffstat (limited to '')
| -rw-r--r-- | src/widgets/WebView.hpp | 3 |
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: |
