From 58a2e368578208de41c636e4f3bcd03a9e1f8250 Mon Sep 17 00:00:00 2001 From: Adrien Destugues Date: Wed, 9 Apr 2025 13:21:54 +0200 Subject: [PATCH] WebPositive: style fixes after previous commit. --- src/apps/webpositive/BrowserApp.h | 5 +++-- src/apps/webpositive/BrowserWindow.h | 8 +++++--- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/src/apps/webpositive/BrowserApp.h b/src/apps/webpositive/BrowserApp.h index 44666d39e6..e198bc5d49 100644 --- a/src/apps/webpositive/BrowserApp.h +++ b/src/apps/webpositive/BrowserApp.h @@ -57,8 +57,9 @@ public: virtual bool QuitRequested(); private: -/*! @param[in,out] _pagesCreated if set, the pointed integer will be incremented by the number of created pages -*/ + /*! @param[in,out] _pagesCreated if set, the pointed integer will be incremented by + * the number of created pages. + */ void _RefsReceived(BMessage* message, int32* pagesCreated = NULL, bool* fullscreen = NULL); diff --git a/src/apps/webpositive/BrowserWindow.h b/src/apps/webpositive/BrowserWindow.h index 1acb8156a1..bebcf47cce 100644 --- a/src/apps/webpositive/BrowserWindow.h +++ b/src/apps/webpositive/BrowserWindow.h @@ -97,9 +97,11 @@ enum { class BrowserWindow : public BWebWindow { public: - BrowserWindow(BRect frame, SettingsMessage* appSettings, const BString& url, - BPrivate::Network::BUrlContext* context, uint32 interfaceElements = INTERFACE_ELEMENT_ALL, - BWebView* webView = NULL, uint32 workspaces = B_CURRENT_WORKSPACE); + BrowserWindow(BRect frame, SettingsMessage* appSettings, + const BString& url, BPrivate::Network::BUrlContext* context, + uint32 interfaceElements = INTERFACE_ELEMENT_ALL, + BWebView* webView = NULL, + uint32 workspaces = B_CURRENT_WORKSPACE); virtual ~BrowserWindow(); virtual void DispatchMessage(BMessage* message,