KTextAddons
bergamotengineplugin.cpp
18 connect(mBergamotInterface, &BergamotMarianInterface::errorText, this, [this](const QString &message) {
21 connect(mBergamotInterface, &BergamotMarianInterface::translationReady, this, [&](Translation translation) {
25 connect(this, &BergamotEnginePlugin::languagesChanged, this, &BergamotEnginePlugin::slotLanguagesChanged);
45 // qDebug() << "mInstalledLanguages " << mInstalledLanguages << " from " << from() << " to() " << to();
Wrapper around a translation response from the bergamot service.
Definition translation.h:26
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 Fri Dec 27 2024 11:48:29 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Fri Dec 27 2024 11:48:29 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.