CMake Warning at /usr/share/ECM/kde-modules/KDEInstallDirsCommon.cmake:169 (message):
KDE_INSTALL_LIBDIR got its value from CMAKE_INSTALL_LIBDIR. In most cases
this is unintended, check if you included GNUInstallDirs before
KDEInstallDirs. Some third party modules include GNUInstallDirs too so eg.
find_package(Qt6 ...) is equivalent to include(GNUInstallDirs). If you set
CMAKE_INSTALL_LIBDIR deliberately before including KDEInstallDirs its
recommended to use KDE_INSTALL_LIBDIR instead to suppress this message.
Call Stack (most recent call first):
/usr/share/ECM/kde-modules/KDEInstallDirsCommon.cmake:261 (_define_relative)
/usr/share/ECM/kde-modules/KDEInstallDirs6.cmake:201 (include)
/usr/share/ECM/kde-modules/KDEInstallDirs.cmake:17 (include)
CMakeLists.txt:29 (include)
CMake Warning at /usr/share/ECM/modules/ECMCheckOutboundLicense.cmake:88 (message):
Reuse tool not found, skipping test generation
Call Stack (most recent call first):
CMakeLists.txt:42 (include)
CMake Warning at CMakeLists.txt:102 (message):
This module has pre-commit support. pre-commit binary was not found.
CMake Warning:
Manually-specified variables were not used by the project:
BUILD_QCH
BUILD_WITH_QT5
CMAKE_LD_FLAGS
/var/pisi/ktextaddons-1.9.1-14/work/ktextaddons-1.9.1/textedittexttospeech/kokoro/texttospeechkokoroengine.cpp: In constructor ‘TextEditTextToSpeech::TextToSpeechKokoroEngine::TextToSpeechKokoroEngine(const QVariantMap&, QObject*)’:
/var/pisi/ktextaddons-1.9.1-14/work/ktextaddons-1.9.1/textedittexttospeech/kokoro/texttospeechkokoroengine.cpp:11:71: warning: unused parameter ‘parameters’ [-Wunused-parameter]
11 | TextToSpeechKokoroEngine::TextToSpeechKokoroEngine(const QVariantMap ¶meters, QObject *parent)
| ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
/var/pisi/ktextaddons-1.9.1-14/work/ktextaddons-1.9.1/textedittexttospeech/kokoro/texttospeechkokoroengine.cpp: In member function ‘virtual void TextEditTextToSpeech::TextToSpeechKokoroEngine::say(const QString&)’:
/var/pisi/ktextaddons-1.9.1-14/work/ktextaddons-1.9.1/textedittexttospeech/kokoro/texttospeechkokoroengine.cpp:28:51: warning: unused parameter ‘text’ [-Wunused-parameter]
28 | void TextToSpeechKokoroEngine::say(const QString &text)
| ~~~~~~~~~~~~~~~^~~~
/var/pisi/ktextaddons-1.9.1-14/work/ktextaddons-1.9.1/textedittexttospeech/kokoro/texttospeechkokoroengine.cpp: In member function ‘virtual void TextEditTextToSpeech::TextToSpeechKokoroEngine::synthesize(const QString&)’:
/var/pisi/ktextaddons-1.9.1-14/work/ktextaddons-1.9.1/textedittexttospeech/kokoro/texttospeechkokoroengine.cpp:32:58: warning: unused parameter ‘text’ [-Wunused-parameter]
32 | void TextToSpeechKokoroEngine::synthesize(const QString &text)
| ~~~~~~~~~~~~~~~^~~~
/var/pisi/ktextaddons-1.9.1-14/work/ktextaddons-1.9.1/textedittexttospeech/kokoro/texttospeechkokoroengine.cpp: In member function ‘virtual void TextEditTextToSpeech::TextToSpeechKokoroEngine::stop(QTextToSpeech::BoundaryHint)’:
/var/pisi/ktextaddons-1.9.1-14/work/ktextaddons-1.9.1/textedittexttospeech/kokoro/texttospeechkokoroengine.cpp:36:65: warning: unused parameter ‘boundaryHint’ [-Wunused-parameter]
36 | void TextToSpeechKokoroEngine::stop(QTextToSpeech::BoundaryHint boundaryHint)
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
/var/pisi/ktextaddons-1.9.1-14/work/ktextaddons-1.9.1/textedittexttospeech/kokoro/texttospeechkokoroengine.cpp: In member function ‘virtual void TextEditTextToSpeech::TextToSpeechKokoroEngine::pause(QTextToSpeech::BoundaryHint)’:
/var/pisi/ktextaddons-1.9.1-14/work/ktextaddons-1.9.1/textedittexttospeech/kokoro/texttospeechkokoroengine.cpp:40:66: warning: unused parameter ‘boundaryHint’ [-Wunused-parameter]
40 | void TextToSpeechKokoroEngine::pause(QTextToSpeech::BoundaryHint boundaryHint)
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
/var/pisi/ktextaddons-1.9.1-14/work/ktextaddons-1.9.1/textedittexttospeech/kokoro/texttospeechkokoroengine.cpp: In member function ‘virtual bool TextEditTextToSpeech::TextToSpeechKokoroEngine::setRate(double)’:
/var/pisi/ktextaddons-1.9.1-14/work/ktextaddons-1.9.1/textedittexttospeech/kokoro/texttospeechkokoroengine.cpp:53:47: warning: unused parameter ‘rate’ [-Wunused-parameter]
53 | bool TextToSpeechKokoroEngine::setRate(double rate)
| ~~~~~~~^~~~
/var/pisi/ktextaddons-1.9.1-14/work/ktextaddons-1.9.1/textedittexttospeech/kokoro/texttospeechkokoroengine.cpp: In member function ‘virtual bool TextEditTextToSpeech::TextToSpeechKokoroEngine::setPitch(double)’:
/var/pisi/ktextaddons-1.9.1-14/work/ktextaddons-1.9.1/textedittexttospeech/kokoro/texttospeechkokoroengine.cpp:63:48: warning: unused parameter ‘pitch’ [-Wunused-parameter]
63 | bool TextToSpeechKokoroEngine::setPitch(double pitch)
| ~~~~~~~^~~~~
/var/pisi/ktextaddons-1.9.1-14/work/ktextaddons-1.9.1/textedittexttospeech/kokoro/texttospeechkokoroengine.cpp: In member function ‘virtual bool TextEditTextToSpeech::TextToSpeechKokoroEngine::setLocale(const QLocale&)’:
/var/pisi/ktextaddons-1.9.1-14/work/ktextaddons-1.9.1/textedittexttospeech/kokoro/texttospeechkokoroengine.cpp:73:57: warning: unused parameter ‘locale’ [-Wunused-parameter]
73 | bool TextToSpeechKokoroEngine::setLocale(const QLocale &locale)
| ~~~~~~~~~~~~~~~^~~~~~
/var/pisi/ktextaddons-1.9.1-14/work/ktextaddons-1.9.1/textedittexttospeech/kokoro/texttospeechkokoroengine.cpp: In member function ‘virtual bool TextEditTextToSpeech::TextToSpeechKokoroEngine::setVolume(double)’:
/var/pisi/ktextaddons-1.9.1-14/work/ktextaddons-1.9.1/textedittexttospeech/kokoro/texttospeechkokoroengine.cpp:83:49: warning: unused parameter ‘volume’ [-Wunused-parameter]
83 | bool TextToSpeechKokoroEngine::setVolume(double volume)
| ~~~~~~~^~~~~~
/var/pisi/ktextaddons-1.9.1-14/work/ktextaddons-1.9.1/textedittexttospeech/kokoro/texttospeechkokoroengine.cpp: In member function ‘virtual bool TextEditTextToSpeech::TextToSpeechKokoroEngine::setVoice(const QVoice&)’:
/var/pisi/ktextaddons-1.9.1-14/work/ktextaddons-1.9.1/textedittexttospeech/kokoro/texttospeechkokoroengine.cpp:93:55: warning: unused parameter ‘voice’ [-Wunused-parameter]
93 | bool TextToSpeechKokoroEngine::setVoice(const QVoice &voice)
| ~~~~~~~~~~~~~~^~~~~
/var/pisi/ktextaddons-1.9.1-14/work/ktextaddons-1.9.1/textaddonswidgets/needupdateversion/needupdateversionutils.cpp:76:53: warning: macro ‘__DATE__’ might prevent reproducible builds [-Wdate-time]
76 | return QDate::fromString(QStringLiteral(__DATE__), QStringLiteral("MMM dd yyyy"));
| ^
/var/pisi/ktextaddons-1.9.1-14/work/ktextaddons-1.9.1/textautocorrection/core/export/exportlibreofficeautocorrection.cpp: In member function ‘void TextAutoCorrectionCore::ExportLibreOfficeAutocorrection::exportDocumentList()’:
/var/pisi/ktextaddons-1.9.1-14/work/ktextaddons-1.9.1/textautocorrection/core/export/exportlibreofficeautocorrection.cpp:55:28: warning: ignoring return value of ‘bool QTemporaryFile::open()’, declared with attribute ‘nodiscard’ [-Wunused-result]
55 | temporaryShareFile.open();
| ~~~~~~~~~~~~~~~~~~~~~~~^~
In file included from /usr/include/qt6/QtCore/QTemporaryFile:1,
from /var/pisi/ktextaddons-1.9.1-14/work/ktextaddons-1.9.1/textautocorrection/core/export/exportlibreofficeautocorrection.cpp:12:
/usr/include/qt6/QtCore/qtemporaryfile.h:52:32: note: declared here
52 | QFILE_MAYBE_NODISCARD bool open() { return open(QIODevice::ReadWrite); }
| ^~~~
/var/pisi/ktextaddons-1.9.1-14/work/ktextaddons-1.9.1/textautocorrection/core/export/exportlibreofficeautocorrection.cpp: In member function ‘void TextAutoCorrectionCore::ExportLibreOfficeAutocorrection::exportSentenceExceptList()’:
/var/pisi/ktextaddons-1.9.1-14/work/ktextaddons-1.9.1/textautocorrection/core/export/exportlibreofficeautocorrection.cpp:81:28: warning: ignoring return value of ‘bool QTemporaryFile::open()’, declared with attribute ‘nodiscard’ [-Wunused-result]
81 | temporaryShareFile.open();
| ~~~~~~~~~~~~~~~~~~~~~~~^~
/usr/include/qt6/QtCore/qtemporaryfile.h:52:32: note: declared here
52 | QFILE_MAYBE_NODISCARD bool open() { return open(QIODevice::ReadWrite); }
| ^~~~
/var/pisi/ktextaddons-1.9.1-14/work/ktextaddons-1.9.1/textautocorrection/core/export/exportlibreofficeautocorrection.cpp: In member function ‘void TextAutoCorrectionCore::ExportLibreOfficeAutocorrection::exportWordExceptList()’:
/var/pisi/ktextaddons-1.9.1-14/work/ktextaddons-1.9.1/textautocorrection/core/export/exportlibreofficeautocorrection.cpp:109:28: warning: ignoring return value of ‘bool QTemporaryFile::open()’, declared with attribute ‘nodiscard’ [-Wunused-result]
109 | temporaryShareFile.open();
| ~~~~~~~~~~~~~~~~~~~~~~~^~
/usr/include/qt6/QtCore/qtemporaryfile.h:52:32: note: declared here
52 | QFILE_MAYBE_NODISCARD bool open() { return open(QIODevice::ReadWrite); }
| ^~~~
/var/pisi/ktextaddons-1.9.1-14/work/ktextaddons-1.9.1/textautocorrection/core/export/exportlibreofficeautocorrection.cpp: In member function ‘void TextAutoCorrectionCore::ExportLibreOfficeAutocorrection::exportManifest()’:
/var/pisi/ktextaddons-1.9.1-14/work/ktextaddons-1.9.1/textautocorrection/core/export/exportlibreofficeautocorrection.cpp:137:28: warning: ignoring return value of ‘bool QTemporaryFile::open()’, declared with attribute ‘nodiscard’ [-Wunused-result]
137 | temporaryShareFile.open();
| ~~~~~~~~~~~~~~~~~~~~~~~^~
/usr/include/qt6/QtCore/qtemporaryfile.h:52:32: note: declared here
52 | QFILE_MAYBE_NODISCARD bool open() { return open(QIODevice::ReadWrite); }
| ^~~~
/var/pisi/ktextaddons-1.9.1-14/work/ktextaddons-1.9.1/textcustomeditor/plaintexteditor/plaintextsyntaxspellcheckinghighlighter.cpp:40:15: warning: ‘QDebug TextCustomEditor::operator<<(QDebug, SpellCheckRange)’ defined but not used [-Wunused-function]
40 | static QDebug operator<<(QDebug dbg, SpellCheckRange s)
| ^~~~~~~~
/var/pisi/ktextaddons-1.9.1-14/work/ktextaddons-1.9.1/textautogeneratetext/core/textautogenerateattachments.cpp: In static member function ‘static TextAutoGenerateText::TextAutoGenerateAttachments* TextAutoGenerateText::TextAutoGenerateAttachments::deserialize(const QJsonArray&, const QByteArray&)’:
/var/pisi/ktextaddons-1.9.1-14/work/ktextaddons-1.9.1/textautogeneratetext/core/textautogenerateattachments.cpp:60:125: warning: unused parameter ‘messageId’ [-Wunused-parameter]
60 | TextAutoGenerateAttachments *TextAutoGenerateAttachments::deserialize(const QJsonArray &attachmentsArray, const QByteArray &messageId)
| ~~~~~~~~~~~~~~~~~~^~~~~~~~~
/var/pisi/ktextaddons-1.9.1-14/work/ktextaddons-1.9.1/textautogeneratetext/core/textautogeneratefilecache.cpp: In member function ‘QString TextAutoGenerateText::TextAutoGenerateFileCache::cacheFilePath(const QByteArray&)’:
/var/pisi/ktextaddons-1.9.1-14/work/ktextaddons-1.9.1/textautogeneratetext/core/textautogeneratefilecache.cpp:14:68: warning: unused parameter ‘attachmentId’ [-Wunused-parameter]
14 | QString TextAutoGenerateFileCache::cacheFilePath(const QByteArray &attachmentId)
| ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
/var/pisi/ktextaddons-1.9.1-14/work/ktextaddons-1.9.1/textautogeneratetext/widgets/common/textautogeneratetextlineedit.cpp: In member function ‘void TextAutoGenerateText::TextAutoGenerateTextLineEdit::switchAutoCorrectionLanguage(const QString&)’:
/var/pisi/ktextaddons-1.9.1-14/work/ktextaddons-1.9.1/textautogeneratetext/widgets/common/textautogeneratetextlineedit.cpp:59:80: warning: unused parameter ‘lang’ [-Wunused-parameter]
59 | void TextAutoGenerateTextLineEdit::switchAutoCorrectionLanguage(const QString &lang)
| ~~~~~~~~~~~~~~~^~~~
/var/pisi/ktextaddons-1.9.1-14/work/ktextaddons-1.9.1/textautogeneratetext/widgets/view/delegate/textautogenerateattachmentdelegatehelperimage.cpp: In member function ‘virtual QSize TextAutoGenerateText::TextAutoGenerateAttachmentDelegateHelperImage::sizeHint(const TextAutoGenerateText::TextAutoGenerateAttachment&, const QModelIndex&, int, const QStyleOptionViewItem&) const’:
/var/pisi/ktextaddons-1.9.1-14/work/ktextaddons-1.9.1/textautogeneratetext/widgets/view/delegate/textautogenerateattachmentdelegatehelperimage.cpp:53:82: warning: unused parameter ‘index’ [-Wunused-parameter]
53 | const QModelIndex &index,
| ~~~~~~~~~~~~~~~~~~~^~~~~
/var/pisi/ktextaddons-1.9.1-14/work/ktextaddons-1.9.1/textautogeneratetext/widgets/view/delegate/textautogenerateattachmentdelegatehelperimage.cpp: In member function ‘virtual QPoint TextAutoGenerateText::TextAutoGenerateAttachmentDelegateHelperImage::adaptMousePosition(const QPoint&, const TextAutoGenerateText::TextAutoGenerateAttachment&, QRect, const QStyleOptionViewItem&)’:
/var/pisi/ktextaddons-1.9.1-14/work/ktextaddons-1.9.1/textautogeneratetext/widgets/view/delegate/textautogenerateattachmentdelegatehelperimage.cpp:64:108: warning: unused parameter ‘msgAttach’ [-Wunused-parameter]
64 | const TextAutoGenerateAttachment &msgAttach,
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~
/var/pisi/ktextaddons-1.9.1-14/work/ktextaddons-1.9.1/textautogeneratetext/widgets/view/delegate/textautogenerateattachmentdelegatehelperimage.cpp:65:80: warning: unused parameter ‘attachmentsRect’ [-Wunused-parameter]
65 | QRect attachmentsRect,
| ~~~~~~^~~~~~~~~~~~~~~
/var/pisi/ktextaddons-1.9.1-14/work/ktextaddons-1.9.1/textautogeneratetext/widgets/view/delegate/textautogenerateattachmentdelegatehelperimage.cpp:66:102: warning: unused parameter ‘option’ [-Wunused-parameter]
66 | const QStyleOptionViewItem &option)
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~
/var/pisi/ktextaddons-1.9.1-14/work/ktextaddons-1.9.1/textautogeneratetext/widgets/view/delegate/textautogenerateattachmentdelegatehelperimage.cpp: In member function ‘TextAutoGenerateText::TextAutoGenerateAttachmentDelegateHelperImage::ImageLayout TextAutoGenerateText::TextAutoGenerateAttachmentDelegateHelperImage::layoutImage(const TextAutoGenerateText::TextAutoGenerateAttachment&, const QStyleOptionViewItem&, int, int) const’:
/var/pisi/ktextaddons-1.9.1-14/work/ktextaddons-1.9.1/textautogeneratetext/widgets/view/delegate/textautogenerateattachmentdelegatehelperimage.cpp:75:64: warning: unused parameter ‘attachmentsWidth’ [-Wunused-parameter]
75 | int attachmentsWidth,
| ~~~~^~~~~~~~~~~~~~~~
/var/pisi/ktextaddons-1.9.1-14/work/ktextaddons-1.9.1/textautogeneratetext/widgets/view/delegate/textautogenerateattachmentdelegatehelperimage.cpp:76:64: warning: unused parameter ‘attachmentsHeight’ [-Wunused-parameter]
76 | int attachmentsHeight) const
| ~~~~^~~~~~~~~~~~~~~~~
/var/pisi/ktextaddons-1.9.1-14/work/ktextaddons-1.9.1/textautogeneratetext/widgets/view/delegate/textautogenerateattachmentdelegatehelperimage.cpp: In member function ‘virtual bool TextAutoGenerateText::TextAutoGenerateAttachmentDelegateHelperImage::handleMouseEvent(const TextAutoGenerateText::TextAutoGenerateAttachment&, QMouseEvent*, QRect, const QStyleOptionViewItem&, const QModelIndex&)’:
/var/pisi/ktextaddons-1.9.1-14/work/ktextaddons-1.9.1/textautogeneratetext/widgets/view/delegate/textautogenerateattachmentdelegatehelperimage.cpp:99:22: warning: variable ‘pos’ set but not used [-Wunused-but-set-variable]
99 | const QPoint pos = mouseEvent->pos();
| ^~~
/var/pisi/ktextaddons-1.9.1-14/work/ktextaddons-1.9.1/textautogeneratetext/widgets/view/delegate/textautogenerateattachmentdelegatehelperfile.cpp: In member function ‘virtual QPoint TextAutoGenerateText::TextAutoGenerateAttachmentDelegateHelperFile::adaptMousePosition(const QPoint&, const TextAutoGenerateText::TextAutoGenerateAttachment&, QRect, const QStyleOptionViewItem&)’:
/var/pisi/ktextaddons-1.9.1-14/work/ktextaddons-1.9.1/textautogeneratetext/widgets/view/delegate/textautogenerateattachmentdelegatehelperfile.cpp:89:107: warning: unused parameter ‘msgAttach’ [-Wunused-parameter]
89 | const TextAutoGenerateAttachment &msgAttach,
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~
/var/pisi/ktextaddons-1.9.1-14/work/ktextaddons-1.9.1/textautogeneratetext/widgets/view/delegate/textautogenerateattachmentdelegatehelperfile.cpp:90:79: warning: unused parameter ‘attachmentsRect’ [-Wunused-parameter]
90 | QRect attachmentsRect,
| ~~~~~~^~~~~~~~~~~~~~~
/var/pisi/ktextaddons-1.9.1-14/work/ktextaddons-1.9.1/textautogeneratetext/widgets/view/delegate/textautogenerateattachmentdelegatehelperfile.cpp:91:101: warning: unused parameter ‘option’ [-Wunused-parameter]
91 | const QStyleOptionViewItem &option)
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~
/var/pisi/ktextaddons-1.9.1-14/work/ktextaddons-1.9.1/textautogeneratetext/widgets/view/images/textautogenerateshowimagewidget.cpp: In member function ‘void TextAutoGenerateText::TextAutoGenerateShowImageWidget::setImage(const QString&)’:
/var/pisi/ktextaddons-1.9.1-14/work/ktextaddons-1.9.1/textautogeneratetext/widgets/view/images/textautogenerateshowimagewidget.cpp:92:63: warning: unused parameter ‘path’ [-Wunused-parameter]
92 | void TextAutoGenerateShowImageWidget::setImage(const QString &path)
| ~~~~~~~~~~~~~~~^~~~
/var/pisi/ktextaddons-1.9.1-14/work/ktextaddons-1.9.1/textautogeneratetext/widgets/view/images/textautogenerateshowimagewidget.cpp: In member function ‘void TextAutoGenerateText::TextAutoGenerateShowImageWidget::setImageInfo(const ImageInfo&)’:
/var/pisi/ktextaddons-1.9.1-14/work/ktextaddons-1.9.1/textautogeneratetext/widgets/view/images/textautogenerateshowimagewidget.cpp:140:69: warning: unused parameter ‘info’ [-Wunused-parameter]
140 | void TextAutoGenerateShowImageWidget::setImageInfo(const ImageInfo &info)
| ~~~~~~~~~~~~~~~~~^~~~
/var/pisi/ktextaddons-1.9.1-14/work/ktextaddons-1.9.1/textautogeneratetext/plugins/genericnetworkplugin/genericnetworkserverinfo.cpp: In member function ‘bool GenericNetworkServerInfo::hasOcrSupport(const QString&, GenericNetworkManager::PluginNetworkType) const’:
/var/pisi/ktextaddons-1.9.1-14/work/ktextaddons-1.9.1/textautogeneratetext/plugins/genericnetworkplugin/genericnetworkserverinfo.cpp:306:61: warning: unused parameter ‘currentModel’ [-Wunused-parameter]
306 | bool GenericNetworkServerInfo::hasOcrSupport(const QString ¤tModel, GenericNetworkManager::PluginNetworkType type) const
| ~~~~~~~~~~~~~~~^~~~~~~~~~~~
/var/pisi/ktextaddons-1.9.1-14/work/ktextaddons-1.9.1/textautogeneratetext/plugins/genericnetworkplugin/genericnetworkserverinfo.cpp: In member function ‘bool GenericNetworkServerInfo::hasAudioSupport(const QString&, GenericNetworkManager::PluginNetworkType) const’:
/var/pisi/ktextaddons-1.9.1-14/work/ktextaddons-1.9.1/textautogeneratetext/plugins/genericnetworkplugin/genericnetworkserverinfo.cpp:326:63: warning: unused parameter ‘currentMode’ [-Wunused-parameter]
326 | bool GenericNetworkServerInfo::hasAudioSupport(const QString ¤tMode, GenericNetworkManager::PluginNetworkType type) const
| ~~~~~~~~~~~~~~~^~~~~~~~~~~
/var/pisi/ktextaddons-1.9.1-14/work/ktextaddons-1.9.1/textautogeneratetext/plugins/ollama/ollamaplugin.cpp: In lambda function:
/var/pisi/ktextaddons-1.9.1-14/work/ktextaddons-1.9.1/textautogeneratetext/plugins/ollama/ollamaplugin.cpp:64:84: warning: unused parameter ‘errorStr’ [-Wunused-parameter]
64 | connect(job, &OllamaStartProcessJob::ollamaFailed, this, [this](const QString &errorStr) {
| ~~~~~~~~~~~~~~~^~~~~~~~