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 9f3322d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/ui/WebView.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 9f3322d

Please sign in to comment.