* @return A list of absolute paths to all script files found. */
| 121 | * @return A list of absolute paths to all script files found. |
| 122 | */ |
| 123 | QStringList getScriptList() { |
| 124 | QStringList ret = getFileList("scripts/qsa", "qs"); |
| 125 | return ret; |
| 126 | } |
| 127 | |
| 128 | /** |
| 129 | * @return A list of absolute paths to all machine configuration files found. |