KTextAddons
bergamotengineplugin.cpp
19 connect(mBergamotInterface, &BergamotMarianInterface::errorText, this, [this](const QString &message) {
22 connect(mBergamotInterface, &BergamotMarianInterface::translationReady, this, [&](Translation translation) {
26 connect(this, &BergamotEnginePlugin::languagesChanged, this, &BergamotEnginePlugin::slotLanguagesChanged);
46 // qDebug() << "mInstalledLanguages " << mInstalledLanguages << " from " << from() << " to() " << to();
Wrapper around a translation response from the bergamot service.
Definition translation.h:27
bool isEmpty() const const
QFuture< ArgsType< Signal > > connect(Sender *sender, Signal signal)
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:29:59 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:29:59 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.