mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 11:07:07 +02:00
fix typos
This commit is contained in:
parent
c08a18c517
commit
e0c5edfccd
1 changed files with 2 additions and 2 deletions
|
@ -21,7 +21,7 @@ Behavior of the HQ Launcher is as follows:
|
||||||
* home location
|
* home location
|
||||||
* `LauncherWindows` - wrapper for `QQuickWindow` that implements drag feature
|
* `LauncherWindows` - wrapper for `QQuickWindow` that implements drag feature
|
||||||
* `LoginRequest` - checks the login credentials the user typed in.
|
* `LoginRequest` - checks the login credentials the user typed in.
|
||||||
* `NSTask+NSTaskExecveAddtions` - Extension of NSTask for replacing Launcher process with interface client process
|
* `NSTask+NSTaskExecveAdditions` - Extension of NSTask for replacing Launcher process with interface client process
|
||||||
* `PathUtils` - Helper class for getting relative paths for HQ Launcher
|
* `PathUtils` - Helper class for getting relative paths for HQ Launcher
|
||||||
* `SignupRequest` - Determines if the users request to signup for a new account succeeded based on the entered credentials
|
* `SignupRequest` - Determines if the users request to signup for a new account succeeded based on the entered credentials
|
||||||
* `Unzipper` - helper class for extracting zip files
|
* `Unzipper` - helper class for extracting zip files
|
||||||
|
@ -31,4 +31,4 @@ Behavior of the HQ Launcher is as follows:
|
||||||
* `images/`- Holds the images and icon that are used by the launcher
|
* `images/`- Holds the images and icon that are used by the launcher
|
||||||
* `qml/`
|
* `qml/`
|
||||||
* UI elements
|
* UI elements
|
||||||
* `QML_FILE_FOR_UI_STATE` varible in LauchherState defines what qml files are used by the laucnher.
|
* `QML_FILE_FOR_UI_STATE` variable in `LauchherState` defines what QML files are used by the Laucnher.
|
Loading…
Reference in a new issue