| 144 | const QKeySequence& getKeySequence() const { return m_KeySequence; } |
| 145 | |
| 146 | const QObject * getScriptLanguagePlugin() const { return m_Plugin; } |
| 147 | |
| 148 | /** \brief Run the script (public method called from the TeXworks application). |
| 149 | * |
no outgoing calls
no test coverage detected