Reinhard Russinger 8 rokov pred
rodič
commit
e46f9e90ff
1 zmenil súbory, kde vykonal 11 pridanie a 11 odobranie
  1. 11 11
      README.md

+ 11 - 11
README.md

@@ -38,21 +38,21 @@ import ApplicationLauncher 1.0
 ```
 
 - **Properties**
-	-- appName : Executeable (with or without parameters!)
-	-- arguments : arguments if not given with appName
-	-- stdERR : output of stderr as QString
-	-- stdOUT : output as QString
-	-- exitError
-	-- exitStatus
-	-- exitCode
+	- appName : Executeable (with or without parameters!)
+	- arguments : arguments if not given with appName
+	- stdERR : output of stderr as QString
+	- stdOUT : output as QString
+	- exitError
+	- exitStatus
+	- exitCode
 
 - **Events**
-	-- onAppFinished : app has ended properties are available
-	-- onAppStarted : app has started
-	-- onAppError : error on start or in app
+	- onAppFinished : app has ended properties are available
+	- onAppStarted : app has started
+	- onAppError : error on start or in app
 
 - **Methods**
-	-- launchScript() : start application (is started async and not in main event queue)
+	- launchScript() : start application (is started async and not in main event queue)