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
Member

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 2024-02-17 17:15:48 +00:00
This pull request has changes conflicting with the target branch.
  • src/installerprompt.cpp
  • src/installerprompt.h
  • src/installerprompt.ui

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u fix_wifi_spelling:NaniNoni-fix_wifi_spelling
git checkout NaniNoni-fix_wifi_spelling
Sign in to join this conversation.
No description provided.