Fix Wi-Fi spelling and minor cleanup #6

Open
NaniNoni wants to merge 2 commits from NaniNoni/installer-prompt:fix_wifi_spelling into ubuntu/noble

This PR fixes the spelling of the word 'Wi-Fi' in the following ways:

  • if the name is camel case and starts with Wi-Fi : wifiSomething
  • if not camel case: SomethingWifi or WifiSomething, e.g., in enum variants.
  • if it's in the middle of a variable name: somethingWifi
    This is also the way KF5 spells it in networkmanager-qt.
  • if it's in a string, spell it correctly: "Wi-Fi"

I also removed an unused function in the installerprompt.h header.

This PR fixes the spelling of the word 'Wi-Fi' in the following ways: - if the name is camel case and starts with Wi-Fi : `wifiSomething` - if not camel case: `SomethingWifi` or `WifiSomething`, e.g., in enum variants. - if it's in the middle of a variable name: `somethingWifi` This is also the way KF5 spells it in networkmanager-qt. - if it's in a string, spell it correctly: `"Wi-Fi"` I also removed an unused function in the `installerprompt.h` header.
NaniNoni added 2 commits 2 months ago
This pull request has changes conflicting with the target branch.
src/installerprompt.cpp
src/installerprompt.h
src/installerprompt.ui
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date

No due date set.

Dependencies

No dependencies set.

Reference: Lubuntu/installer-prompt#6
Loading…
There is no content yet.