Skip to content

Commit

Permalink
fixup! Remove wrong qualifier and fix build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Gela committed Dec 18, 2023
1 parent aa1304e commit a2b550d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/platforms/android/androidnetworkwatcher.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Logger logger("AndroidNetworkWatcher");

// constexpr auto VPNNetworkWatcher_CLASS =
// "org/mozilla/firefox/vpn/qt/VPNNetworkWatcher";
// } // namespace
} // namespace

AndroidNetworkWatcher::AndroidNetworkWatcher(QObject* parent)
: NetworkWatcherImpl(parent) {
Expand Down
3 changes: 1 addition & 2 deletions src/platforms/wasm/wasmnetworkwatcher.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ class WasmNetworkWatcher final : public NetworkWatcherImpl {

void start() override;

QNetworkInformation::Reachability getReachability()
override {
QNetworkInformation::Reachability getReachability() override {
return QNetworkInformation::instance()->reachability();
}
};
Expand Down

0 comments on commit a2b550d

Please sign in to comment.