mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-05 04:54:04 -06:00
CURA-5164 Fix typo in the method signature
This commit is contained in:
parent
051dd7a6e9
commit
42ecb12614
2 changed files with 4 additions and 4 deletions
|
@ -125,7 +125,7 @@ app.addCommandLineOptions()
|
|||
app.parseCliOptions()
|
||||
app.initialize()
|
||||
|
||||
app.startSlashWindowPhase()
|
||||
app.startPostSlashWindowPhase()
|
||||
app.startSplashWindowPhase()
|
||||
app.startPostSplashWindowPhase()
|
||||
|
||||
app.run()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue