\brief Get the supported script language name * * \return the name of the scripting language */
| 67 | * \return the name of the scripting language |
| 68 | */ |
| 69 | QString scriptLanguageName() const override { return QString::fromLatin1("Lua"); } |
| 70 | |
| 71 | /** \brief Get a URL for information on the supported script language |
| 72 | * |