()
| 1 | function getTutorialSteps() |
| 2 | { |
| 3 | return [ |
| 4 | function() { |
| 5 | tutorial.text = qsTr("This is a fully featured browser that is set up to " |
| 6 | +"open the correct nexus page for your game. You can " |
| 7 | +"download any mod using the \"DOWNLOAD WITH MANAGER\"-button " |
| 8 | +"or the \"manual\"-link and it will be downloaded by MO.") |
| 9 | waitForClick() |
| 10 | } |
| 11 | ] |
| 12 | } |
nothing calls this directly
no test coverage detected