C:\Users\23501\Desktop\5\QT\StudentManagementSystem_fingerprint\LoginWindow.cpp:11: error: 'class QTextToSpeech' has no member named 'setEngine' textToSpeech->setEngine(availableEngines.first()); ^
时间: 2024-04-20 16:22:28 浏览: 39
Automatic_Fingerprint_Authentication_System.zip_Cropping_64.m_ST
这个错误是由于在 QTextToSpeech 类中没有名为 setEngine 的成员函数所引起的。可能是你在使用过程中出现了一些误解或者版本不兼容的问题。建议检查一下你所使用的 QTextToSpeech 类的文档和版本,确保你的代码与其兼容。如果你能提供更多的上下文和代码,我可以帮助你更具体地解决这个问题。
阅读全文