Skip to content

Commit

Permalink
Lint roll
Browse files Browse the repository at this point in the history
  • Loading branch information
lesleyjanenorton committed Sep 8, 2024
1 parent aaccb18 commit 8d5b6f2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/webextensionadapter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -161,8 +161,9 @@ QJsonObject WebExtensionAdapter::serializeStatus() {
{
Controller::State state = vpn->controller()->state();
if (state == Controller::StateOnPartial) {
state = Controller::StateOnPartial; // Old extensions like MAC dont know and
// dont need to know about this state.
state =
Controller::StateOnPartial; // Old extensions like MAC dont know and
// dont need to know about this state.
}
const QMetaObject* meta = qt_getEnumMetaObject(state);
int index = meta->indexOfEnumerator(qt_getEnumName(state));
Expand Down

0 comments on commit 8d5b6f2

Please sign in to comment.