Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
eneshecan committed Apr 10, 2024
1 parent 6436bd6 commit 446a2e6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/ui/WebView.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ namespace wfl::ui
class WebView : public Gtk::Widget
{
public:
WebView();
WebView();
~WebView() override;

operator WebKitWebView*();
Expand All @@ -36,9 +36,9 @@ namespace wfl::ui
sigc::signal<void>& signalNotificationClicked() noexcept;

private:
void onLoadStatusChanged(WebKitLoadEvent loadEvent);
bool onTimeout();
void applyCustomCss(const std::string& cssFilePath);
void onLoadStatusChanged(WebKitLoadEvent loadEvent);
bool onTimeout();
void applyCustomCss(const std::string& cssFilePath);

friend void detail::loadChanged(WebKitWebView*, WebKitLoadEvent, gpointer);

Expand Down

0 comments on commit 446a2e6

Please sign in to comment.