MCPcopy Create free account
hub / github.com/TeXworks/texworks / getDictionaryList

Method getDictionaryList

unit-tests/MockScriptingAPI.h:209–212  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

207 return connect(sender, qPrintable(signal), receiver, qPrintable(slot));
208 }
209 QMap<QString, QVariant> getDictionaryList(const bool forceReload = false) override {
210 Q_UNUSED(forceReload);
211 return {};
212 }
213 QList<QVariant> getEngineList() const override { return {}; }
214
215 bool mayExecuteSystemCommand(const QString& cmd, QObject * context) const override {

Callers 2

mocksMethod · 0.45

Calls

no outgoing calls

Tested by 2

mocksMethod · 0.36