|
Lines 192-197
public:
Link Here
|
| 192 |
* @param _service the service to run |
192 |
* @param _service the service to run |
| 193 |
* @param _urls the list of URLs, can be empty (app launched |
193 |
* @param _urls the list of URLs, can be empty (app launched |
| 194 |
* without argument) |
194 |
* without argument) |
|
|
195 |
* @param window The top-level widget of the app that invoked this object. |
| 196 |
* @param tempFiles if true and _urls are local files, they will be deleted |
| 197 |
* when the application exits. |
| 198 |
* @return the process id, or 0 on error |
| 199 |
* @since 3.5.2 |
| 200 |
*/ |
| 201 |
static pid_t run( const KService& _service, const KURL::List& _urls, QWidget* window, bool tempFiles = false ); |
| 202 |
/** |
| 203 |
* Open a list of URLs with a certain service (application). |
| 204 |
* |
| 205 |
* @param _service the service to run |
| 206 |
* @param _urls the list of URLs, can be empty (app launched |
| 207 |
* without argument) |
| 195 |
* @param tempFiles if true and _urls are local files, they will be deleted |
208 |
* @param tempFiles if true and _urls are local files, they will be deleted |
| 196 |
* when the application exits. |
209 |
* when the application exits. |
| 197 |
* @return the process id, or 0 on error |
210 |
* @return the process id, or 0 on error |